Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 486:2e40bc2449a6 OrthancPostgreSQL-5.0
closing OrthancPostgreSQL-5.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Mar 2024 13:34: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);