This commit is contained in:
tianshujie
2023-04-23 10:58:58 +08:00
parent f18cde5955
commit 965b868fdb
+1 -1
View File
@@ -352,7 +352,7 @@ CREATE TABLE IF NOT EXISTS `zt_burn` (
`execution` mediumint(8) unsigned NOT NULL DEFAULT '0',
`product` mediumint(8) unsigned NOT NULL DEFAULT '0',
`task` mediumint(8) unsigned NOT NULL DEFAULT '0',
`date` date NULL,
`date` date NOT NULL,
`estimate` float NOT NULL,
`left` float NOT NULL,
`consumed` float NOT NULL,