This commit is contained in:
net909
2024-04-22 23:08:21 +08:00
parent 8d653b872a
commit 8f257664ae
6 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ CREATE TABLE `dnsmgr_dmtask` (
`backup_value` varchar(128) DEFAULT NULL,
`checktype` tinyint(1) NOT NULL DEFAULT 0,
`checkurl` varchar(512) DEFAULT NULL,
`tcpport` tinyint(5) DEFAULT NULL,
`tcpport` int(5) DEFAULT NULL,
`frequency` tinyint(5) NOT NULL,
`cycle` tinyint(5) NOT NULL DEFAULT 3,
`timeout` tinyint(5) NOT NULL DEFAULT 2,