view Odbc/Plugins/PrepareStorage.sql @ 471:19d40a152e49 OrthancPostgreSQL-6.0

OrthancPostgreSQL-6.0
author Alain Mazy <am@osimis.io>
date Thu, 08 Feb 2024 16:17:13 +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);