ALTER TABLE `course_employee` CHANGE COLUMN `employee_type` `employee_type` ENUM('INSPECTOR', 'COURSE_AUXILIAR', 'MENTOR') NULL DEFAULT NULL ;