view Odbc/Plugins/PrepareStorage.sql @ 608:46aff94cdcb6 find-refactoring

closing find-refactoring branch
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 16 Dec 2024 16:36:21 +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);