Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 625:b96c96594e55 OrthancOdbc-1.3
ODBC 1.3
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 19 Dec 2024 11:58:57 +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);