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

2 lines
162 B
MySQL
Raw Normal View History

ALTER TABLE `conferences` CHANGE `status` `status` ENUM( 'pending', 'running', 'ended', 'deleted' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;