Add in annotations column.
This commit is contained in:
parent
446cf883f5
commit
44502360ce
1 changed files with 1 additions and 0 deletions
|
|
@ -544,6 +544,7 @@ CREATE TABLE `ImageAsset` (
|
||||||
`thumbnailSize` int(11) NOT NULL default '50',
|
`thumbnailSize` int(11) NOT NULL default '50',
|
||||||
`parameters` text,
|
`parameters` text,
|
||||||
`revisionDate` bigint(20) NOT NULL default '0',
|
`revisionDate` bigint(20) NOT NULL default '0',
|
||||||
|
`annotations` mediumtext,
|
||||||
PRIMARY KEY (`assetId`,`revisionDate`)
|
PRIMARY KEY (`assetId`,`revisionDate`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
SET character_set_client = @saved_cs_client;
|
SET character_set_client = @saved_cs_client;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue