ALTER TABLE `code_msp` 
ADD COLUMN `status_cmsp` ENUM('ACTIVE', 'INACTIVE') NULL DEFAULT 'ACTIVE' AFTER `description`;