ALTER TABLE `attendance` ADD COLUMN `blocked_by_inspector` ENUM('YES','NO') NOT NULL DEFAULT 'NO' AFTER `serial_usr`;