Mercurial > hg > orthanc-databases
view Odbc/Plugins/PrepareStorage.sql @ 536:4ecf50a4521c find-refactoring
sync ISqlLookupFormatter from Orthanc + fix bug 224: LIMIT shall not be used with MSSQL
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 06 Sep 2024 16:56:37 +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);