Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity-framework-migrations

How to pass parameters to DbMigration.Sql() Method

Entity framework migration - add new column with a value for existing entries

Entity Framework Migrations: Including Go statement only in -Script output

Entity Framework Core: Is it safe to delete Migration.Designer.cs if we will never Revert a migration?

How to apply migrations from code (EF Core)

Execute custom SQL script as part of Entity Framework migration

SetExecutionStrategy to SqlAzureExecutionStrategy with DbMigrationsConfiguration?

"Cannot find the object "dbo.xxxx" because it does not exist or you do not have permissions."

Enable-Migrations installation error

VS 2015 ASP.NET Web API (EF6) & Xamarin Enable-Migrations fails

What is the correct use of IDatabaseInitializer in EF?

How to seed data using EntityFramework Code first Migrations

EF Migrations: RenameColumn in Automatic Migrations?

How do I force Entity Framework to mark a particular migration as having been applied?

Generate a composite unique constraint/index, in EF Core

Entity framework code first migrations, sql user permissions?

What is model column in MigrationHistory table?

Adding 'GO' statements to Entity Framework migrations

Update-Database tries to do an automatic migration even with automatic migrations disabled

How to seed data with many-to-may relations in Entity Framework Migrations