* [misc] update standard sql.

This commit is contained in:
caoyanyi
2025-06-12 10:16:05 +08:00
parent b519f85a9e
commit f3018a6473
+2
View File
@@ -2874,6 +2874,7 @@ CREATE TABLE `zt_programreport` (
CREATE TABLE `zt_project` (
`id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
`project` mediumint(8) NOT NULL DEFAULT 0,
`isTpl` tinyint(1) unsigned NOT NULL DEFAULT 0,
`charter` mediumint(8) NOT NULL DEFAULT 0,
`model` char(30) NOT NULL DEFAULT '',
`type` char(30) NOT NULL DEFAULT 'sprint',
@@ -3713,6 +3714,7 @@ CREATE TABLE `zt_task` (
`project` mediumint(8) unsigned NOT NULL DEFAULT 0,
`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,
`execution` mediumint(8) unsigned NOT NULL DEFAULT 0,
`module` mediumint(8) unsigned NOT NULL DEFAULT 0,