Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EF Code-First Migration - Ignore Property

ef code first seed many to many relationship

Why does "dotnet ef migrations add" start my application?

Entity framework code first migration to multiple database

Can't remove Database Migration with Ef Core

How to restore migration history with EF Core

Error when trying to create a new empty controller: 'Sequence contains no matching element'

How Can I generate Identity DB Scripts without migration

Is it possible to apply EF migrations only to local/in-memory data?

EF Code First Migrations: recreate database and Seed

Entity Framework 4.3: 'update-database' when configuration files are separated

Adding TimeStamps with EF 4.3 Migrations

Compile error "Type 'MyMigration' already defines a member called 'Up' with the same parameter types

Azure Continuous Deployment - Code First Migration seeding issue (MVC 5)

How to generate empty migration in Entity Framework Core?

Set identity to the previous created column during migration

How to enforce Restrict DeleteBehavior for migration build using ef?

Trying out EF code-first and migrations - stumbling blocks