view Odbc/Plugins/PrepareStorage.sql @ 335:7ec461718edb

unit test of metadata and tags in UTF8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:07:55 +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);