Migration conflicts in net core Entity Framework

后端 未结 0 575
死守一世寂寞
死守一世寂寞 2021-02-09 03:57

I have two tables in my SQL Server database - one for categories:

public class Category
{
    public int Id { get; set; }
    public string Name { get; set; }
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题