+[bug#55097,0.5h].

This commit is contained in:
songchenxuan
2024-09-10 15:19:02 +08:00
committed by 周鑫
parent afb6d16808
commit ea5434a647
+2
View File
@@ -528,6 +528,8 @@ CREATE TABLE IF NOT EXISTS `zt_screen` (
`dimension` mediumint(8) unsigned NOT NULL DEFAULT 0,
`name` varchar(255) NOT NULL DEFAULT '',
`desc` mediumtext NULL,
`acl` enum('open','private') NOT NULL DEFAULT 'open',
`whitelist` text NULL,
`cover` mediumtext NULL,
`scheme` mediumtext NULL,
`status` enum('draft','published') NOT NULL DEFAULT 'draft',