Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

Migrate entity with updated DatabaseGeneratedOption in Entity-Framework

Usage of Update-Database in EF Migrations when deployed in Azure

Unable to update database to match the current model because there are pending changes and automatic migration is disabled

EF 4.3 Code Migrations with CreateIndex and Anonymous Arguments

Is it possible to run a batch file from package manager console?

Add an implementation of 'IDesignTimeDbContextFactory<ServicesDbContext>' to the project error while creating a migration step in .NET core 2.0

How are the compressed models stored in the EF 4.3 Code First Migrations __MigrationHistory table created?

How do I consolidate migrations using EF Core?

Entity Framework Core 2.0 - Run migrations step by step

Autorun ELMAH database scripts

Scripting EF Add-Migration into an automated build task

How to Create Function in Code First?

Adding a migrations gives filename already exists

Entity Framework 6 Code first: How to seed data with a 'circular' relationship and store-generated columns?

Is it acceptable to put seed data in the OnModelCreating method in EF code-first?

EF 4.3.1 Migration Exception - AlterColumn defaultValueSql creates same default constraint name for different tables

Code First Migration fails because of a Default Value Constraint

Defining many to many relation in code first entity framework

The navigation property is not a declared property on type during Code First migration with EF6 and MVC 5