view Odbc/Plugins/PrepareStorage.sql @ 606:d4c373c74c0b find-refactoring

recovered build up to 1.9.2 SDK
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Dec 2024 12:31:52 +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);