* Fields of type 'text' are not allowed to have default values.

This commit is contained in:
hufangzhou
2023-09-01 01:41:56 +00:00
parent 27ff2b5865
commit 8dade7d5fc
+1 -1
View File
@@ -1361,7 +1361,7 @@ CREATE TABLE IF NOT EXISTS `zt_product` (
`acl` enum('open','private','custom') NOT NULL DEFAULT 'open',
`whitelist` text NULL,
`reviewer` text NULL,
`PMT` text COLLATE 'utf8_general_ci' NOT NULL DEFAULT '',
`PMT` text NULL,
`draftStories` mediumint(8) NOT NULL DEFAULT '0',
`activeStories` mediumint(8) NOT NULL DEFAULT '0',
`changingStories` mediumint(8) NOT NULL DEFAULT '0',