从自定义文件夹中的Package Manager控制台启用迁移

时间:2015-10-08 12:26:11

标签: asp.net-mvc entity-framework

我必须在visual studio 2013中使用包管理器控制台启用迁移。 问题是已经存在包含所有迁移文件的CustomMigration文件夹。那么我该如何启用CustomMigration文件夹并将我的迁移文件添加到CustomMigration文件夹?

1 个答案:

答案 0 :(得分:0)

在配置类构造函数中添加以下行:

this.MigrationsDirectory = "Path\\CustomMigration";