Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 565:373cf7d747cc find-refactoring
fix build against orthanc mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 22 Sep 2024 10:03:36 +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);