First, I am new to MVC. ...I have a Project table which has ProjectID, ProjectNumber, and ProjectDescription fields. The ProjectId is an entityKey of type int, the ProjectNumber needs to be a unique constraint. ...How do I do this in entity framework 6.1....