Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 584:47b14499455e find-refactoring
fix initialization in ReadOnly mode
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 04 Nov 2024 17:51:22 +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);