* [misc] add sql.

This commit is contained in:
sunguangming
2024-10-09 10:05:15 +08:00
committed by 王怡栋
parent d2abdd6919
commit 0d1ce0a2a2
+1
View File
@@ -1377,6 +1377,7 @@ CREATE TABLE IF NOT EXISTS `zt_product` (
`RD` varchar(30) NOT NULL DEFAULT '',
`feedback` varchar(30) NOT NULL DEFAULT '',
`ticket` varchar(30) NOT NULL DEFAULT '',
`workflowGroup` int(8) NOT NULL DEFAULT '0',
`acl` enum('open','private','custom') NOT NULL DEFAULT 'open',
`groups` text NULL,
`whitelist` text NULL,