Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 511:51a78b3f96bb OrthancMySQL-5.2
use Framework 1.12.4 by default
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 06 Jun 2024 11:55:22 +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);