EF Migrations 2: How to revert migrations in ASP.NET projects

preview_player
Показать описание
In the second part of EF migrations, I show you how to remove of rollback migrations in ASP.NET projects step by step, that is already applied to your database.

#dotnet #entityframeworkcore #entityframework #migrations #csharp #aspnetcore
LinkedIn Profile:

Github:
Рекомендации по теме
Комментарии
Автор

Great Saeed. and my two cents: if you are going to rollback the structural changes (specially on operational database), and there are data entered in the columns which are going to be removed, take care of creating a backup of your table or database, if you want to use the column again.

rezabayat
Автор

Sounds Great where you said : "do not remove it manually"
Thanks Saeed

mehranlabour
Автор

Much appreciated and thanks a lot man, really.

Tropax