* change the field of buildDate to date.

This commit is contained in:
wangchunsheng
2010-01-15 05:51:52 +00:00
parent 637258f552
commit d156bf2f03

View File

@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS `zt_build` (
`name` char(30) NOT NULL default '',
`scmPath` char(255) NOT NULL,
`filePath` char(255) NOT NULL,
`buildDate` int(10) unsigned NOT NULL default '0',
`date` date NOT NULL,
`builder` char(30) NOT NULL default '',
`desc` char(255) NOT NULL default '',
UNIQUE KEY `name` (`name`)