ALTER TABLE `school_year` ADD COLUMN `enable_payment_scy` ENUM('YES','NO') NOT NULL DEFAULT 'NO' AFTER `project_allowed_scy`;