* [misc] modify sql.

This commit is contained in:
sunguangming
2026-01-08 02:05:35 +00:00
parent 250787fa41
commit 166283f290
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2721,7 +2721,7 @@ CREATE TABLE `zt_project` (
`milestone` tinyint unsigned NOT NULL DEFAULT 0,
`output` text DEFAULT NULL,
`auth` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT 'story',
`parent` int unsigned NOT NULL DEFAULT 0,
`path` varchar(255) NOT NULL DEFAULT '',
`grade` tinyint unsigned NOT NULL DEFAULT 0,
+1 -1
View File
@@ -1530,7 +1530,7 @@ CREATE TABLE IF NOT EXISTS `zt_project` (
`milestone` tinyint unsigned NOT NULL DEFAULT 0,
`output` text DEFAULT NULL,
`auth` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT 'story',
`parent` int unsigned NOT NULL DEFAULT 0,
`path` varchar(255) NOT NULL DEFAULT '',
`grade` tinyint unsigned NOT NULL DEFAULT 0,