scalefocus / internship-link

ASP.NET MVC application for internship link

Home Page:http://www.scalefocus.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Major entity

old-scalefocus opened this issue · comments

We need to add Major entity for student majors.
The entity should have next fields: ID, Name, where ID will be the primary key field.
A student entity should be extended with MajorID field and Major navigation property to add a foreign key reference to Major.
A migration with Major and Student changes should be created as well.