This looks like a really common task, but I can\'t find an easy way to do it.
I want to undo the last applied migration. I would have expected a simple command, lik
In EntityFrameworkCore:
Update-Database 20161012160749_AddedOrderToCourse
where 20161012160749_AddedOrderToCourse is a name of migration you want to rollback to.
20161012160749_AddedOrderToCourse