Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 701:c8857177c1d1
fix arg binary type for custom-data
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 17 Jun 2025 11:31: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);