Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

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?

How to force a new empty EF Migration?

EF Code First DbMigration without nuget

EF Code First Migrations: MigrateDatabaseToLatestVersion without NUGET

Entity Framework Migrations - How to create a Unit Test to Ensure Migrations Model is up to Date?

How do I configure fixed length columns in EF Core?