Oracle在使用ef6的时候 第一次数据迁移正常, 然后实体发生变动时再迁移就会提示
Unable to generate an explicit migration because the following explicit migrations are pending: [201712281150361_sfsf]. Apply the pending explicit migrations before attempting to generate a new explicit migration.
麻烦大佬指教.
上次的迁移没更新到数据库,需要先运行一下Update-Database
更新到数据了,数据里已经有表了.
Add-Migration Init 成功
Update-Database 成功
Add-Migration New 出错了
不知道为什么Update-Database完了 上个迁移的状态还是挂起的...