view Odbc/Plugins/PrepareStorage.sql @ 602:ef14f978fed1 find-refactoring

NEWS
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Dec 2024 15:30:56 +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);