I am getting a feel for ASP.NET MVC 4. I have successfully created a simple CRUD application using scaffolding/code generation. I am connected to a DB on sql server via a connection string. Now I have updated the model class that I used to initially create the code. How do I get this to update the model in the underlying project/add the new field in the database?I am getting a feel for ASP.NET MVC 4. I have s