forked from science-ation/science-ation
5 lines
283 B
MySQL
5 lines
283 B
MySQL
|
ALTER TABLE `projectdivisions` ADD `conferences_id` INT NOT NULL;
|
||
|
ALTER TABLE `projectcategories` ADD `conferences_id` INT NOT NULL;
|
||
|
ALTER TABLE `projectsubdivisions` ADD `conferences_id` INT NOT NULL;
|
||
|
ALTER TABLE `projectcategoriesdivisions_link` ADD `conferences_id` INT NOT NULL;
|