Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 467:ff84104f7842 pg-transactions
renamed v6.2 to REV2 + removed 'default' TransactionMode + renamed 'READ COMMITTED' into 'ReadCommitted'
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 05 Feb 2024 09:43:14 +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);