view Odbc/Plugins/PrepareStorage.sql @ 591:44451bed9a25 find-refactoring tip

trying to speed up count of children
author Alain Mazy <am@orthanc.team>
date Wed, 06 Nov 2024 19:27:21 +0100
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);