Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

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)

Add-Migration while there are explicit migrations pending

Error when updating DB: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified

ALTER TABLE DROP COLUMN failed because column 'xxx' does not exist in table 'yyy'

The term 'Enable-Migrations' is not recognized as the name of a cmdlet, function, script file, or operable program

EF Migrations DropForeignKey fails when key is in a base class

Triggering EF migration at application startup by code

Cannot find the object "dbo.Table" because it does not exist or you do not have permissions