Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 494:3b02322697b3 OrthancPostgreSQL-6.2
PG 6.2
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 25 Mar 2024 13:06:15 +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);