Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EF migration for changing data type of columns

EF CodeFirst: Either the parameter @objname is ambiguous or the claimed @objtype (COLUMN) is wrong

Change data in migration Up method - Entity Framework

How to manage Migrations in a project with multiple branches?

Code-first migration: How to set default value for new property?

Enable Migrations with Context in Separate Assembly?

How to explicitly name the database when using Entity Framework Migrations 4.3

Is it OK to update a production database with EF migrations?

Using Entity Framework (code first) migrations in production

EF 5 Enable-Migrations : No context type was found in the assembly

How can I disable migration in Entity Framework 6.0

Unable to create an object of type '[DBContext's Name]'. For the different patterns supported at design time [closed]

Entity Framework code-first: migration fails with update-database, forces unneccessary(?) add-migration

Add migration with different assembly

How can I make my string property nullable?

EF Core add-migration Build Failed

add-migration causing a "Could not load assembly" error

How do I undo the last Add-Migration command?

How to delete and recreate from scratch an existing EF Code First database

Multiple DB Contexts in the Same DB and Application in EF 6 and Code First Migrations