* Fix bug#48334.

This commit is contained in:
xieqiyu
2024-04-25 17:06:07 +08:00
committed by caoyanyi
parent efd50697e1
commit dd3e48ebcc
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ CREATE TABLE `zt_demandreview` (
`version` smallint(6) NOT NULL DEFAULT '0',
`reviewer` varchar(30) NOT NULL DEFAULT '',
`result` varchar(30) NOT NULL DEFAULT '',
`reviewDate` datetime NOT NULL
`reviewDate` datetime NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE UNIQUE INDEX `demand` ON `zt_demandreview`(`demand`,`version`,`reviewer`);