Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 612:5c5ee47a1403
upgraded default Orthanc SDK to 1.12.5 in PostgreSQL
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 17 Dec 2024 18:52:16 +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);