* Fix sql syntax error

This commit is contained in:
qishiyao
2023-12-05 16:43:00 +08:00
parent 5c3f825f0c
commit 3587223119
+1 -1
View File
@@ -15996,7 +15996,7 @@ CREATE TABLE IF NOT EXISTS `zt_metric` (
`fromID` mediumint unsigned NOT NULL DEFAULT 0,
`order` mediumint unsigned NOT NULL DEFAULT '0',
`deleted` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- DROP TABLE IF EXISTS `zt_metriclib`;