salix/db/versions/11168-redFern/00-firstScript.sql

3 lines
114 B
SQL

ALTER TABLE vn.calendar
ADD CONSTRAINT calendar_user_FK FOREIGN KEY (editorFk) REFERENCES account.`user`(id);