How to add Unique Key Constraints on combination of two columns using .NET CORE 3.1 code first approch?

前端 未结 0 1883
迷失自我
迷失自我 2020-12-14 14:35

I am using .NET CORE 3.1 version and code first approach for Database creation. My model is

[Table("ProfileStore")]
public class ProfileStore : Base         


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