Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Entity Framework: am I supposed to modify migration classes?

Entity Framework 7 Migration Scaffolding in Class Library with Configuration

EF 4.3 migration renaming column instead of deleting it

Entity framework manually deleted tables cant be generated from EF migration

Getting Initial Entity Framework Migrations Script

Add new Required Field to one of table with EF Code First Migration

Can I do a dry run of Update-Database in EF 6?

Downgrade (Rollback) Database with code-first in production environment

Add new table to an existing database using Code First approach in EF 6 and MVC 5

How to specify a composite primary key using EFCore Code First Migrations

Changing column default values in EF5 Code First

Entity Framework Migration Azure DevOps Release Pipeline

EF Code First 5.0.rc Migrations doesn`t update Identity property

How to create a clustered index when using code-first migration with Entity Framework and SQL Server

Exception raised when I'm trying enable migrations in EF 4.3.1

Cannot create more than one clustered index on table

EF 5 Code Migration Errors: "There is already an object named _____ in the database"

EF Core Migrations with Multiple DB Schemas

How to check if table exists in a migration?

How to use IDesignTimeDbContextFactory implementation in ASP.NET Core 2.1?