* [bug#64770,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-08-22 03:47:25 +00:00
parent 8e4d7cb721
commit 80ae32af0f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `zt_case` CHANGE `order` `order` mediumint(8) unsigned NOT NULL DEFAULT '0';
+1 -1
View File
@@ -472,7 +472,7 @@ CREATE TABLE IF NOT EXISTS `zt_case` (
`subStatus` varchar(30) NOT NULL default '',
`color` char(7) NOT NULL DEFAULT '',
`frequency` enum('1','2','3') NOT NULL default '1',
`order` tinyint(30) unsigned NOT NULL default '0',
`order` mediumint(8) unsigned NOT NULL default '0',
`openedBy` char(30) NOT NULL default '',
`openedDate` datetime NULL,
`reviewedBy` varchar(255) NOT NULL DEFAULT '',