Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 430:f1f3c5554283 pg-transactions
fix NEWS
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Nov 2023 14:50:09 +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);