* [misc] add db field.

This commit is contained in:
sunguangming
2025-02-13 01:58:25 +00:00
parent 4ec95eb194
commit 5ce8486f67
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ CREATE TABLE `zt_rulequeue` (
`rule` int(8) NOT NULL,
`actions` longtext DEFAULT NULL,
`status` char(30) NOT NULL DEFAULT 'wait',
`log` text DEFAULT NULL,
`triggeredBy` varchar(30) DEFAULT NULL,
`triggeredDate` date DEFAULT NULL,
`result` varchar(30) DEFAULT NULL,
+1
View File
@@ -1809,6 +1809,7 @@ CREATE TABLE `zt_rulequeue` (
`rule` int(8) NOT NULL,
`actions` longtext DEFAULT NULL,
`status` char(30) NOT NULL DEFAULT 'wait',
`log` text DEFAULT NULL,
`triggeredBy` varchar(30) DEFAULT NULL,
`triggeredDate` date DEFAULT NULL,
`result` varchar(30) DEFAULT NULL,