[asp.net-mvc] Model backing a DB Context has changed; Consider Code First Migrations

Entity Framework detects something about the model has changed, you need to do something to the database to get this work. Solution: 1. enable-migrations 2. update-database