为什么 rails 应用程序不响应 postgres 数据库的身份验证?

Why rails app is not responding to authentications with postgres db?

Image

这是我在 运行 rails 的本地主机中遇到的错误

此错误是迁移错误。您可能已经创建了具有某些数据库属性的新模型。创建模型后,您必须将属性迁移到 rails 应用架构。

运行 从终端到 运行 迁移的命令

rake db:migrate