Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

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

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