Answers for "there is no unique constraint matching given keys for referenced table"

3

there is no unique constraint matching given keys for referenced table

It's because the name column on the bar table does not have the UNIQUE constraint.

So imagine you have 2 rows on the bar table that contain the name 'ams' and you insert a row on baz with 'ams' on bar_fk, which row on bar would it be referring since there are two rows matching?
Posted by: Guest on March-22-2021

Code answers related to "there is no unique constraint matching given keys for referenced table"

Browse Popular Code Answers by Language