Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

How to force a new empty EF Migration?

EF Code First DbMigration without nuget

EF Code First Migrations: MigrateDatabaseToLatestVersion without NUGET

Entity Framework Migrations - How to create a Unit Test to Ensure Migrations Model is up to Date?

How do I configure fixed length columns in EF Core?

How to use migrations on an existing db in production created using Entity Framework 4.1?

Unable to generate an explicit migration because the following explicit migrations are pending

How to edit previously applied migration without adding another migration in EF code first

How to ignore a table/class in EF 4.3 migrations

The model backing the 'DataContext' context has changed since the database was created

Using Entity Framework Code First Migrations in a DVCS Project

EF multi-context with a plugin-style system. How to apply migrations at runtime?

Package Manager Console crashes when using Add-Migration

Entity Framework Code-First Migrations - Cannot drop constraint because it doesn't exist (naming convention from 4.3 to 5.0)

How DbMigrationsConfiguration is related to a DbMigration in EF

Create fulltext index within Entity Framework Coded Migrations

About Code First Database Evolution (aka Migrations)

SQL Server schema evolution (migrations)

How to Change the name of a primary key in EF Code First?