+ add work field.

This commit is contained in:
zhujinyong
2013-03-03 00:49:56 +00:00
parent c34e90d9e9
commit c6ad20487b

View File

@@ -522,6 +522,7 @@ CREATE TABLE IF NOT EXISTS `zt_taskEstimate` (
`left` float unsigned NOT NULL default '0',
`consumed` float unsigned NOT NULL,
`account` char(30) NOT NULL default '',
`work` varchar(255) NOT NULL,
PRIMARY KEY (`id`),
KEY `task` (`task`),
KEY `company` (`company`)