Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 388:6aa19614ca20 db-protobuf
implemented protobuf for odbc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Apr 2023 11:14:10 +0200 |
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);