3 lines
123 B
SQL
Executable File
3 lines
123 B
SQL
Executable File
ALTER TABLE projectIdea
|
|
ADD suggestedReviewer_id bigint(20),
|
|
ADD FOREIGN KEY (suggestedReviewer_id) REFERENCES role(id) |