science-ation/db/db.update.51.sql

2 lines
129 B
SQL

ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school' ) NOT NULL DEFAULT 'student'