bdae3213 by prami

campaign : hrms_masters : Alter query for schedule

1 parent dff9b077
ALTER TABLE `hrms_masters` ADD `status` ENUM('active','inactive') NOT NULL DEFAULT 'active' AFTER `mid`;
ALTER TABLE `hrms_masters` ADD `campaignstartdate` DATETIME NOT NULL AFTER `mid`, ADD `campaignenddate` DATETIME NOT NULL AFTER `campaignstartdate`;
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!