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

3 lines
114 B
MySQL
Raw Normal View History

2024-07-25 06:57:18 +00:00
ALTER TABLE vn.calendar
ADD CONSTRAINT calendar_user_FK FOREIGN KEY (editorFk) REFERENCES account.`user`(id);