Hi Every time i add something to {Models/Class.cs} we have delete all the migration and delete database table run these two commands in Package Manager Console (Make sure you are in the right project): add-migration {blabla} Update-database