view Odbc/Plugins/PrepareStorage.sql @ 357:fa4535e93b3d OrthancOdbc-1.1

clean NEWS in branch
author Alain Mazy <am@osimis.io>
date Mon, 06 Dec 2021 17:25:06 +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);