I am learning through the MVC4 default project files.
I am trying to add a new column into the default UserProfile table but it doesn't work for me. The column is added on the editor but I can only save the table as another .sql script extension file.
Therefore I follow this article
and added a property
public string UserEmail(){get;set;} into the UserProfile class
Then I rerun "update-database -verbose"
But I get the error
There is already an object named 'UserProfile' in the database.