5 lines
180 B
SQL
Executable File
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`);
|
|
|
|
|