view Odbc/Plugins/PrepareStorage.sql @ 739:696f2dd60f4d

merge
author Alain Mazy <am@orthanc.team>
date Wed, 17 Sep 2025 14:41:20 +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);