Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 520:e1d3da372805 OrthancMySQL-5.2
mainline -> MySQL 5.2
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 06 Jun 2024 15:12:01 +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);