Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 473:15e609c439d1
Fixed the MaximumStorageSize & MaximumPatientCount.
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 14 Feb 2024 13:46:04 +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);