We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4147f89 commit bf9023cCopy full SHA for bf9023c
customer_orders/co_constraints.sql
@@ -62,5 +62,5 @@ alter table inventory add constraint inventory_store_product_u unique (store_id,
62
alter table inventory add constraint inventory_store_id_fk
63
foreign key (store_id) references stores (store_id);
64
65
-alter table inventory add constraint shipments_product_id_fk
+alter table inventory add constraint inventory_product_id_fk
66
foreign key (product_id) references products (product_id);
0 commit comments