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
Add-Migration
Update your last perfect migration via this command :
Update-Database –TargetMigration