ALTER TABLE `school_year` ADD COLUMN `calculus_final_discipline_scy` ENUM('AVERAGE','LAST_PERIOD') NOT NULL DEFAULT 'AVERAGE' AFTER `project_allowed_scy`;