Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 603:beb8c5b81925 find-refactoring
removed db housekeeping SDK
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 12 Dec 2024 17:58:26 +0100 |
parents | b5fb8b77ce4d |
children |
line wrap: on
line source
CREATE TABLE StorageArea( uuid VARCHAR(64) NOT NULL PRIMARY KEY, content ${BINARY} NOT NULL, type INTEGER NOT NULL);