* [misc] remove sql.

This commit is contained in:
sunguangming
2026-01-07 10:57:02 +00:00
parent 92f3ba4703
commit 0b47ed72dc
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -602,7 +602,6 @@ ALTER TABLE `zt_demand`
MODIFY COLUMN `id` int unsigned NOT NULL AUTO_INCREMENT,
MODIFY COLUMN `pool` int unsigned NOT NULL DEFAULT 0,
MODIFY COLUMN `module` int unsigned NOT NULL DEFAULT 0,
MODIFY COLUMN `parent` int unsigned NOT NULL DEFAULT 0,
MODIFY COLUMN `pri` tinyint unsigned NOT NULL DEFAULT 3,
MODIFY COLUMN `category` varchar(30) NOT NULL DEFAULT '',
MODIFY COLUMN `source` varchar(30) NOT NULL DEFAULT '',
+1 -1
View File
@@ -15823,7 +15823,7 @@ CREATE TABLE IF NOT EXISTS `zt_demand` (
`pool` int unsigned NOT NULL DEFAULT 0,
`module` int unsigned NOT NULL DEFAULT 0,
`product` varchar(255) NOT NULL DEFAULT '',
`parent` int unsigned NOT NULL DEFAULT 0,
`parent` int NOT NULL DEFAULT 0,
`pri` tinyint unsigned NOT NULL DEFAULT 3,
`category` varchar(30) NOT NULL DEFAULT '',
`source` varchar(30) NOT NULL DEFAULT '',