view Odbc/Plugins/PrepareStorage.sql @ 533:2d3163d992fd find-refactoring

merged large-queries -> find-refactoring
author Alain Mazy <am@orthanc.team>
date Fri, 06 Sep 2024 15:32:06 +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);