Create a Migration with a Relationship
Ronald Rex
1,666
Reputation points
Hi Friends, I have an existing Database with a Products Table and I want to create a Migration that creates a Category Table that is related to the Products Table. I am using Entity Framework Core. I have researched it and there are a lot of things to factor in and I want to make sure that I am doing this the correct way. Thanks !!!
Sign in to answer