Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EF Code First MigrateDatabaseToLatestVersion accepts connection string Name from config

error loading database initializer with EF6

Getting 'Context is not constructible. Add a default constructor or provide an implementation of IDbContextFactory."

update-database error - NuGet Package (EntityFramework.SqlMigrations)

Code first migrations - what connection string will it use?

EF AddOrUpdate Seed does not Update Child Entities

EntityFramework code based migrations, how is order determined?

Entity Framework Data Annotations equivalent of .WillCascadeOnDelete(false);

Code First Migration - Entity Framework - unable to add column to the table

How to set the isolation level for Entity Framework CodeFirst Migrations

How do I use MigrationBuilder DeleteData to delete all rows during a migration?

Re-create table with Entity Framework 5 and nuget

EF5 Migrations - Duplicate/Re-defined variable bug when dropping constraints | Issue with usage of SQL GO command

How to use migration programmatically in EntityFramework Codefirst?

EF5 Code First Migrations: "Column names in each table must be unique" error after using RenameColumn

How to pass parameters to DbMigration.Sql() Method

Entity framework migration - add new column with a value for existing entries

Entity Framework Migrations: Including Go statement only in -Script output

Entity Framework Core: Is it safe to delete Migration.Designer.cs if we will never Revert a migration?

How to apply migrations from code (EF Core)