gpt4 book ai didi

asp.net-mvc - ALTER TABLE DROP COLUMN 失败,因为表 'xxx' 中不存在列 'yyy'

转载 作者:行者123 更新时间:2023-12-01 23:31:26 25 4
gpt4 key购买 nike

我犯了一个错误。我删除了数据库中表 __MigrationHistory 中的一些行。
现在,当我运行我的项目时,我强制出现此错误:

ALTER TABLE DROP COLUMN failed because column 'xxx' does not exist in table 'yyy'.

如何解决这个问题?

最佳答案

添加新的迁移以重新同步:

add-migration MissingXXX -IgnoreChanges // tells EF to just take a snapshot
update-database

现在您已恢复同步,可以继续进行 future 的模型更改。

关于asp.net-mvc - ALTER TABLE DROP COLUMN 失败,因为表 'xxx' 中不存在列 'yyy',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36627004/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com