Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 457:2f3b0688548e pg-transactions
show transaction mode in logs
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 23 Jan 2024 17:00:35 +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);