* Code for task #7235.
This commit is contained in:
@@ -4,6 +4,7 @@ ADD `category` char(30) NOT NULL AFTER `template`,
|
||||
ADD `program` mediumint(8) NOT NULL DEFAULT '0' AFTER `category`,
|
||||
ADD `budget` varchar(30) NOT NULL DEFAULT '0' AFTER `program`,
|
||||
ADD `budgetUnit` char(30) NOT NULL DEFAULT 'yuan' AFTER `budget`,
|
||||
ADD `privway` char(30) NOT NULL AFTER `parent`,
|
||||
ADD `realStarted` date NOT NULL AFTER `end`,
|
||||
ADD `realFinished` date NOT NULL AFTER `realStarted`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user