view Odbc/Plugins/PrepareStorage.sql @ 451:392ac133a491 pg-transactions

fix downgrade proc
author Alain Mazy <am@osimis.io>
date Wed, 17 Jan 2024 19:31:23 +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);