Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

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

'No suitable constructor found for entity type' when doing EF Core migration (SmartEnum)

Using VSTS Release Definition to run Entity Framework Code Database Migration

Can one make a C# attribute that is a combination of other attributes that get picked up by Entity Framework Code first migrations

Receiving "The model backing the 'Context' context has changed... on Add-Migration after EF 5 upgrade

EF Code First Migration throws StackOverflowException on Azure Web Role

Entity Framework multiple context and Microsoft Azure. How to update database?