سلام
من همیشه در پروژه های خودم Migration رو اضافه می کردم و تنظیمات رو در حالت زیر قرار می دادم :
public Configuration()
{
AutomaticMigrationsEnabled = true;
AutomaticMigrationDataLossAllowed = true;
}
The model backing the 'ApplicationDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database
با تشکر