Update plink type for MySQL

This commit is contained in:
Max Kostikov 2019-09-23 14:14:02 +02:00
parent 86b4a53858
commit b42c42692e

View File

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