Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 627:78ed0f5389cc
Disable DB Housekeeping thread on ReadOnly systems
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 03 Jan 2025 10:46: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);