Created
July 16, 2016 10:05
-
-
Save pboethig/428a9d1ae944ff5490f3d553c9ec905d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE post | |
ADD FOREIGN KEY (`userid`) | |
REFERENCES user(`id`) | |
ON DELETE CASCADE | |
ON UPDATE CASCADE | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment