Update schema_mysql.sql

This commit is contained in:
Max Kostikov 2019-11-01 19:37:46 +01:00
parent 308619a726
commit fc658a25d7

View File

@ -595,7 +595,7 @@ CREATE TABLE IF NOT EXISTS `item` (
`layout_mid` char(191) NOT NULL DEFAULT '', `layout_mid` char(191) NOT NULL DEFAULT '',
`postopts` text NOT NULL, `postopts` text NOT NULL,
`route` text NOT NULL, `route` text NOT NULL,
`llink` text NOT NULL DEFAULT '', `llink` text NOT NULL,
`plink` text NOT NULL, `plink` text NOT NULL,
`resource_id` char(191) NOT NULL DEFAULT '', `resource_id` char(191) NOT NULL DEFAULT '',
`resource_type` char(16) NOT NULL DEFAULT '', `resource_type` char(16) NOT NULL DEFAULT '',