Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 461:c2d6ce6818fe pg-transactions
fix compatibility with older versions of Orthanc SDK
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 24 Jan 2024 15:58:27 +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);