scipro/resources/db_update_scripts/db_update_2013-04-05.sql
2013-04-05 13:57:08 +09:00

5 lines
180 B
SQL
Executable File

ALTER TABLE `final_seminar`
ADD COLUMN `examiner_id` bigint(20) DEFAULT NULL,
ADD CONSTRAINT `FK49900D2873048D7F` FOREIGN KEY (`examiner_id`) REFERENCES `role` (`id`);