简体   繁体   English

ActiveRecord :: UnknownAttributeError:未知属性:audited_changes

[英]ActiveRecord::UnknownAttributeError: unknown attribute: audited_changes

ActiveRecord :: UnknownAttributeError:未知属性:audited_changes当我尝试通过rails控制台创建新记录时

The schema of the audits table has changed. 审计表的架构已更改。 The 'changes' column became the 'audited_changes' column. “更改”列成为“audited_changes”列。 Your current schema may be mismatched to the version of acts_as_audited that you're using. 您当前的架构可能与您正在使用的acts_as_audited版本不匹配。

Upgrade your version of acts_as_audited or correct the schema :) Worked for me. 升级你的acts_as_audited版本或更正架构:)为我工作。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 审计的audited_changes混乱 - Audited audited_changes confusion ActiveRecord :: UnknownAttributeError(未知属性:authorname): - ActiveRecord::UnknownAttributeError (unknown attribute: authorname): ActiveRecord :: UnknownAttributeError:未知属性:p_id - ActiveRecord::UnknownAttributeError: unknown attribute: p_id ActiveRecord :: UnknownAttributeError:未知属性:contractor_id - ActiveRecord::UnknownAttributeError: unknown attribute: contractor_id ActiveRecord :: UnknownAttributeError(未知属性:user_id): - ActiveRecord::UnknownAttributeError (unknown attribute: user_id): ActiveRecord :: UnknownAttributeError:帖子的未知属性'user_id' - ActiveRecord::UnknownAttributeError: unknown attribute 'user_id' for Post ReportsController#import学生的未知属性“关系”中的ActiveRecord :: UnknownAttributeError - ActiveRecord::UnknownAttributeError in ReportsController#import unknown attribute 'relation' for Student ActiveRecord :: UnknownAttributeError:订单的未知属性“ customer_id” - ActiveRecord::UnknownAttributeError: unknown attribute 'customer_id' for Order 使用 rspec 获取“ActiveRecord::UnknownAttributeError: unknown attribute: email_confirmation”错误 - Getting “ActiveRecord::UnknownAttributeError: unknown attribute: email_confirmation” Error with rspec Actives :: ReportsController#import未知属性”中的ActiveRecord :: UnknownAttributeError为监护人 - ActiveRecord::UnknownAttributeError in ReportsController#import unknown attribute '' for Guardian
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM