Doing C# ASP.NET Core 2.1 MVC and following along with the Contoso tutorials where you have a Student model and Instructor model that inherits from a People model with the common properties. Once migrated, this makes a single People table with a "Discrimi...