forked from science-ation/science-ation
2 lines
129 B
SQL
2 lines
129 B
SQL
ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school' ) NOT NULL DEFAULT 'student'
|