Everything was working just fine
this comes because you add some property to one of your model and you did not update-Database . to solve this you have to remove it from model or you have to add-migration anyProperName with that properties and Update-database.
update-Database
add-migration anyProperName
Update-database