AutoReversing Migrations in FluentMigrator
Know how to automatically generate reverse migrations in FluentMigrator using the AutoReversingMigration class.
Know how to automatically generate reverse migrations in FluentMigrator using the AutoReversingMigration class.
In this post, we will explore how to use Dapper with FluentMigrator for schema migrations in ASP.NET Core. We will set up a simple project, and use FluentMigrator to manage the schema migrations in code and run them during the application startup.