forked from science-ation/science-ation
3 lines
124 B
MySQL
3 lines
124 B
MySQL
|
ALTER TABLE `conferences` ADD `year` INT NULL DEFAULT NULL COMMENT 'used for migration only, this field will be dropped!';
|
||
|
|