view Odbc/Plugins/PrepareStorage.sql @ 543:8b6af8329cdd OrthancMySQL-5.1

closing branch OrthancMySQL-5.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Sep 2024 12:47:12 +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);