I am using .NET CORE 3.1 version and code first approach for Database creation. My model is
[Table("ProfileStore")] public class ProfileStore : Base