view Odbc/Plugins/PrepareStorage.sql @ 336:c0c12b3974b2

fix URLs to the old repositories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:48:52 +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);