Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 594:14ba6a6f633f find-refactoring tip
ChildrenIndex2 creation now compatible with PG 9
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 15 Nov 2024 11:11:05 +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);