Created
January 13, 2018 12:04
-
-
Save Sivamanim/95234117c29f4edecfceedc6f2c44cb3 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 shop_menu | |
ADD CONSTRAINT shop_id | |
FOREIGN KEY (shop_id) REFERENCES shop_details(id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment