MVC数据库问题(更新,添加字段)

1.更新模型之后,在"程序包管理控制器"中输入Update-database,就能自动完成更新

2.对于Update-database之后报错:Automatic migration was not applied because it would result in data loss. Set AutomaticMigrationDataLossAllowed to 'true' on your DbMigrationsConfiguration to allow application of automatic migrations even if they might cause data loss. Alternately, use Update-Database with the '-Force' option, or scaffold an explicit migration.(这种方法是试验出来的,不确定好不好使)

方法:依次输入命令

(1):Update-database -force

(2):Update-database -Verbose

(3):Update-database

3.对于输入Update-database,"无法将“Update-base”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。"

用 :    Import-Module 项目地址\packages\EntityFramework.6.1.3\tools\EntityFramework.psd1

4、Automatic migration was not applied because it would result in data loss. Set AutomaticMigrationDataLossAllowed to 'true' on your DbMigrationsConfiguration to allow application of automatic migrations even if they might cause data loss. Alternately, use Update-Database with the '-Force' option, or scaffold an explicit migration.(已经确定)

(1):Add-Migration InitialCreate

(2):Update-database

5、No migrations configuration type was found in the assembly 'DAL'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration).(没有迁移配置类型。。。)

(1):Enable-Migrations(改true)

(2):Update-database

 

转载于:https://www.cnblogs.com/qqgaoIT/p/7468905.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值