Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

EntityFramework Core 2.0 - Add Migration error "The EntityFramework package is not installed"

migrate.exe could not load entityframework

EntityFramework migrations tries to create an existing database

Entity Framework Core apply migrations programmatically

Entity Framework Migrations - Managing In Branches

Merging migration entries in Entity Framework

Is there a good way to extend the Code-First Migrations

How can I disable the use of the __MigrationHistory table in Entity Framework 4.3 Code First?

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