Entity Framework Core 2.0 migrations update database with seed data throwing error
问题 I am using EF Core 2.0 code first migration. I am trying to run the migration sin to the new database. I am using seed data. I am getting error if i use seed data and no error if i comment out the seed data method. Not sure what is the problem. Can anyone please help? Error: System.Data.SqlClient.SqlException (0x80131904): There is already an object named 'WorkflowBranches' in the database. The tables are created, but no records appear in the migrationhistory table, even though I have around