lorint / AdventureWorks-for-Postgres

Set up the AdventureWorks sample database for use with Postgres
MIT License
369 stars 185 forks source link

ERROR: insert or update on table "productreview" violates foreign key constraint "FK_ProductReview_Product_ProductID" DETAIL: Key (productid)=(709) is not present in table "product". #9

Open feline87 opened 3 years ago

feline87 commented 3 years ago

The following error appears when executing install.sql

ERROR: insert or update on table "productreview" violates foreign key constraint "FK_ProductReview_Product_ProductID" DETAIL: Key (productid)=(709) is not present in table "product".