设计抛出 MySQL 错误
我安装了 Devise 来管理我的用户,几天前似乎一切正常,但今天我收到此错误:
<块引用>“where 子句”中的未知列“users.password”
我不知道 Devise 为什么要做这件事,任何想法都会很棒。
I have Devise installed to manage my Users and it seemed like everything was working fine a couple days ago, except today I get this error:
Unknown column 'users.password' in 'where clause
I don't know why Devise is doing thing, any ideas would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了答案,我将密码定义为密钥,这导致设备抛出错误。
I found out the answer, I had password defined as a key and it was causing devise to throw an error.