view Odbc/Plugins/PrepareStorage.sql @ 732:57f7e0ef95e3 OrthancPostgreSQL-9.0

sync Orthanc
author Alain Mazy <am@orthanc.team>
date Wed, 13 Aug 2025 10:19:40 +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);