ALTER TABLE `employee` ADD `is_deletation_requested` INT NOT NULL DEFAULT '0' AFTER `status`;
