+ add new fields of task table.
This commit is contained in:
@@ -34,3 +34,4 @@ ADD `lastEditedDate` DATETIME NOT NULL AFTER `lastEditedBy` ;
|
||||
UPDATE zt_task SET assignedTo = owner ;
|
||||
ALTER TABLE `zt_task` DROP `owner`;
|
||||
ALTER TABLE `zt_task` CHANGE `status` `status` ENUM( 'wait', 'doing', 'done', 'cancel', 'closed' ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'wait';
|
||||
ALTER TABLE `zt_task` ADD `closedReason` VARCHAR( 30 ) NOT NULL AFTER `closedDate` ;
|
||||
|
||||
Reference in New Issue
Block a user