view Odbc/Plugins/PrepareStorage.sql @ 597:0963afafaa07 find-refactoring

make all trigger creations idempotent
author Alain Mazy <am@orthanc.team>
date Wed, 27 Nov 2024 13:05:10 +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);