Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Entity Framework - How to get relative file path in seed method

Strategy for Getting SQL for AutomaticMigrations

GUID COMB strategy in EF

Entity Framework creates migration without any updates

Handling migration of database views in a multi-developer environment

Code First Migration Seed Error: The binary operator Equal is not defined for the types 'System.Nullable`1[System.Int32]' and 'System.Int32'

Multiple database migration in one go

How can I manage EF 6 migrations in visual studio 2015?

EF 5, Code First - Create a new database and run all migrations programmatically

Foreign Key To Microsoft.AspNet.Identity.EntityFramework.IdentityUser?

An error occurred while getting provider information from the database

MigrateDatabaseToLatestVersion no running Seed() method

Add-Migration command fails with "type is not resolved"(where "type" is inner entity framework class)

F# data access and EF migrations

Automatically execute migrations when publishing ASP.NET Core app

Can't update database using EF Migrations after updating to EF 6.0.0-alpha

Composite Key EF Core getting error when using Fluent Api

Which project should I enable migrations