view Odbc/Plugins/PrepareStorage.sql @ 600:2fd6be965fcc find-refactoring

fix schema check in readonly
author Alain Mazy <am@orthanc.team>
date Wed, 04 Dec 2024 17:08:41 +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);