Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Make EF4.3 Code First Migrations ignore pending migrations

How to migrate database schema from Identity 2.2.0 to 3.0.0-rc1-final

'CREATE FUNCTION' must be the first statement in a query batch. Entity Framework Code First

How to apply partial migration from code?

EF (Entity Framework) 4.3 Migration tool does not work on EF 4.1 DB

Where should EF Migrations go, my Class Library project or my ASP.NET project?

why seeded roles are deleted on every migration in asp .net core 2.1?

EntityFramework not creating tables

Entity Framework 5 Code First - How to "start over"?

Visual Studio 2017 using EF Core change local database default location for mdf file before/after migration

Enable Migration error - object refreence, MigrationsDomainCommand

Changing Primary Key using Entity Framework Core Migrations

Add-Migration: The type initializer for 'System.Net.ServicePointManager' threw an exception

How do I rename the last entity framework migration applied on the database

Entity Framework 4.3 Migrations move existing data

EF Migrations: Move Table from 2 Column PK to Single Column causes ALTER before DROP and fails

Publishing my database (package deploy) with Code First Migrations

EF Add-Migration indicates "No pending explicit migrations" but Update-Database complains "..there are pending changes"

Entity Framework - Update-database Command Prompting for ConnectionProviderName

EF Core move column data from table to another while migration (UP)