Created
September 23, 2021 01:51
-
-
Save nix1947/56e66d1b9d9043e7366ec5f452f64baf to your computer and use it in GitHub Desktop.
Revisions
-
nix1947 created this gist
Sep 23, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ -- One to one relation between user_order and shipping_address table. create table user_order ADD UNIQUE index("id", "shipping_address_id");