Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Postegres ef-core update database produce "42P01: relation "__EFMigrationsHistory" does not exist" error

An error occurred while calling method 'BuildWebHost' on class 'Program'

Entity framework update seed data - data motion migration

How to configure a many to many relationship with primary key too in it

Migration tries to create sequence that already exists

Add migration - Both Entity Framework Core and Entity Framework 6 are installed

EF Core - Change column type from varchar to uuid in PostgreSQL 13: column cannot be cast automatically to type uuid

EF inserts a DB generated key, ignoring DatabaseGeneratedOption.None

One-to-many relation in ASP.NET MVC4 and CodeFirst

Revert EfCore Migrations with Azure DevOps

Run code after all EF Core migrations are applied

Upgrading from Entity Framework 6 to EF Core moving to AspNetCore.Identity dealing with schema migration issues with existing databases

Entity Framework Data Migrations for Different Environments

EF Core Data Seeding (HasData method on modelBuilder) not inserting data for Identity column