Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Apply EF migration on publish available only for some web projects

EF6 Code First Migration with single database multiple context

.NET Core - Migration Fluent API HasColumnType

Incorrect value when saving enum

Deleting __MigrationHistory Table From Database

Can I use Code First Migrations without pluarized table names?

Entity Framework: Running code before all migrations

Web.config configuration for EF Migrations

The navigation property 'SenderId' is not a declared property on type 'Conversation'

Manually Provide DbContext to DbMigrator

Entity Framework with multiple migrations and inheritance from base DbContexts within the same Database

EF 6 Code First migrations warn of or prevent destructive updates

EF - Generate script from previous migration

DbMigrator does not detect pending migrations after switching database

Why does EF 6 ignore applied migrations if I move the Migrations folder?

Rider. EF Code First Migrations

How to create CreatedOn and UpdatedOn using EF Core 2.1 and Pomelo

Change or rename a column name without losing data with Entity Framework Core 2.0

Code first custom SQL migration timeout exception

How to create database using code first migrations?