use LONGTEXT for content column

This commit is contained in:
Mike Schwörer 2020-04-21 10:45:03 +02:00
parent cdba3540c2
commit 019408dc6d
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ CREATE TABLE `messages`
`ack` TINYINT(1) NOT NULL DEFAULT 0,
`title` VARCHAR(256) NOT NULL,
`content` VARCHAR(12288) NULL,
`content` LONGTEXT NULL,
`priority` INT(11) NOT NULL,
`sendtime` BIGINT UNSIGNED NOT NULL,