I Use code-first migration but I has error when run application. error:Cannot find the object "dbo.Products" because it does not exist or you do not have permissions. I have already got deleted Products table manually on sql server.I expect when Re-Run Project All table recreate if not exist in sql server.
In addition,I write 2 line for configure migration.
AutomaticMigrationsEnabled = true; AutomaticMigrationDataLossAllowed = true; any help ?