ALTER TABLE `kit_master_header` ADD `kit_type` ENUM('PHA','GEN') NOT NULL DEFAULT 'PHA' COMMENT 'Kit for pharamcy or general store' AFTER `kit_name`;