view Odbc/Plugins/PrepareStorage.sql @ 337:8f109cfbfc5d

updated README
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:49:56 +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);