How do I undo the last Add-Migration command?

前端 未结 7 1127
醉酒成梦
醉酒成梦 2020-12-12 13:43

I have created a migration using the Add-Migration command, but I\'d like to change the name of that migration. How can I undo the migration command, so that I

相关标签:
7条回答
  • 2020-12-12 14:10

    Update your last perfect migration via this command :

    Update-Database –TargetMigration
    
    0 讨论(0)
提交回复
热议问题