Answers for "rollback database migration entity framework"

1

ef rollback migration

//EF 6.4 
//PM> Update-Database -TargetMigration:"NameOfSecondToLastMigration"
Posted by: Guest on July-06-2020

Code answers related to "rollback database migration entity framework"

Browse Popular Code Answers by Language