* [sql] Fix 21.7.4 standard sql.

This commit is contained in:
wangyidong
2025-08-06 00:55:51 +00:00
committed by sunguangming
parent aeccab96d0
commit d74465b179
+1 -1
View File
@@ -3486,7 +3486,7 @@ CREATE TABLE `zt_task` (
`parent` mediumint(8) NOT NULL DEFAULT 0,
`isParent` tinyint(1) NOT NULL DEFAULT 0,
`isTpl` tinyint(1) unsigned NOT NULL DEFAULT 0,
`path` text DEFAULT NULL,
`path` varchar(255) NOT NULL DEFAULT '',
`execution` mediumint(8) unsigned NOT NULL DEFAULT 0,
`module` mediumint(8) unsigned NOT NULL DEFAULT 0,
`design` mediumint(8) unsigned NOT NULL DEFAULT 0,