Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EF Code First 5.0.rc Migrations doesn`t update Identity property

How to create a clustered index when using code-first migration with Entity Framework and SQL Server

Exception raised when I'm trying enable migrations in EF 4.3.1

Cannot create more than one clustered index on table

EF 5 Code Migration Errors: "There is already an object named _____ in the database"

EF Core Migrations with Multiple DB Schemas

How to check if table exists in a migration?

How to use IDesignTimeDbContextFactory implementation in ASP.NET Core 2.1?

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