我无法在EF Core中将IdentityDbContext与SQLite一起使用,因为我无法应用迁移。我有这个错误:
SQLite不支持此迁移操作 ( 'AddForeignKeyOperation')。
我只知道我必须手动重写迁移(https://docs.microsoft.com/en-us/ef/core/providers/sqlite/limitations)。但是怎么样?我的db上下文类只是在IdentityDbContext
之后继承的空类答案 0 :(得分:0)
我遇到了这个问题,只需删除所有迁移并添加新的迁移
删除旧迁移移民
添加迁移NewMigration