Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-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

How to perform integration testing on EF Core migrations

How to use ef6.exe

EF6 Code First drop tables (not entire database) when model changes

Migrate entity with updated DatabaseGeneratedOption in Entity-Framework

Usage of Update-Database in EF Migrations when deployed in Azure

Unable to update database to match the current model because there are pending changes and automatic migration is disabled

EF 4.3 Code Migrations with CreateIndex and Anonymous Arguments

Is it possible to run a batch file from package manager console?

Add an implementation of 'IDesignTimeDbContextFactory<ServicesDbContext>' to the project error while creating a migration step in .NET core 2.0

EF 4.3 Auto-Migrations with multiple DbContexts in one database