view Odbc/Plugins/PrepareStorage.sql @ 383:bed7615c2484 db-protobuf

pedantic
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 02 Apr 2023 12:52:46 +0200
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);