且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Postgres在Rails上致命:数据库不存在

更新时间:2022-11-26 08:11:11

我遇到了类似的问题。
我检查了其他网站,并尝试了他们的建议,但是没有用。
然后我尝试了您的建议。
rake db:create:all rake db:migrate 对我有用。谢谢!

I was having a similar problem. I checked different websites and tried what they suggested but didn't work. Then I tried what you suggested. rake db:create:all and rake db:migrate it worked for me. Thank you!