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 Internship entity

old-scalefocus opened this issue · comments

Add Internship entity to keep every paritcular internship data and all the connected students and companies.
The Internship should have next fields:

  • ID - int - primary key
  • Name - string(100) - required
  • StartDate - date - required
  • EndDate - date - required
  • Students - navigation property to included students
  • Companies - navigation property to include companies

Add the required migration as well.