Hi, I have nine tables in my database that I'm attempting to seed. As long as I load just one record for each table everything works fine.
When I try seeding each table with more than one record, I get an error message if I query the database.
Here's the error message:
Unable to determine the principal end of the 'SchoolIn.Models.CourseProgress_Parent' relationship. Multiple added entities may have the same primary key.
Go to the complete details ...