Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in fluent-migrator

How do I run a profile migration using FluentMigrator?

c# fluent-migrator

How to perform migrations in the package manager?

Run migration script every time

How can I unit test my FluentMigrator migrations?

How to seed database data for integration testing in C#?

run sql scripts with fluentmigrator

adding initial rows into tables using Fluent migrator

Does fluentmigrator work with SQL Server 2012?

Using multiple FluentMigrator assemblies on same database

How to check if a migration needs to be ran or did run with fluent migrator?

fluent-migrator

How do I setup a ROWVERSION/TIMESTAMP datatype column using FluentMigrator?

FluentMigrator - Check if Foreign Key exists before deleting it

Calling FluentMigrator methods inside Execute.WithConnection action

fluent-migrator

Check Table Exist Before Create Table On FluentMigrator

Can I use an extension method to add a column AND a foreign key constraint with Fluent Migrator?

c# fluent-migrator

Update row data with a new value per row using fluentmigrator

c# fluent-migrator

Does FluentMigrator support creating a filtered index?

Database versions deployment. Entity Framework Migrations vs SSDT DacPacs

Can a cascade delete rule be added in a migration?

c# fluent-migrator