view Odbc/Plugins/PrepareStorage.sql @ 686:88b03f7120f0 attach-custom-data

replaced GetAttachment() by GetAttachmentCustomData()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Jun 2025 16:07:26 +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);