Entity Framework using IdentityDbContext with Code First Automatic Migrations table location and schema?
问题 I am trying to setup automatic migration updates using the IdentityDbContext class and propagating changes to the actual DbContext for the entire database. Before I get into the code, on my implementation of the IdentityDbContext with automatic migrations I get this error: Automatic migrations that affect the location of the migrations history system table (such as default schema changes) are not supported. Please use code-based migrations for operations that affect the location of the