Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

VS 2015 ASP.NET Web API (EF6) & Xamarin Enable-Migrations fails

What is the correct use of IDatabaseInitializer in EF?

How to seed data using EntityFramework Code first Migrations

EF Migrations: RenameColumn in Automatic Migrations?

How do I force Entity Framework to mark a particular migration as having been applied?

Generate a composite unique constraint/index, in EF Core

Entity framework code first migrations, sql user permissions?

What is model column in MigrationHistory table?

Adding 'GO' statements to Entity Framework migrations

Update-Database tries to do an automatic migration even with automatic migrations disabled

How to seed data with many-to-may relations in Entity Framework Migrations

Can one set a breakpoint in EF code first migrations seed method?

EF 5. "Automatic migration was not applied because it would result in data loss" - only changed the column name

Entity Framework Migrations can't drop table because of foreign key constraint

System.Resources.MissingManifestResourceException when Updating database

Script EF migration seed from Configuration class

Migration: No DbContext was found in assembly

update the database from package manager console in code first environment

Removing a default constraint after adding a new column in code first

EF 5 Migrations cannot connect to our database even though it does just fine at runtime