Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Rails 新手,我错误地回滚了。反正有没有做一个前滚?
还有一个命令可以检查我还没有迁移哪些迁移。谢谢!
rake db:migrate
应该重新运行所有内容
为了查看您运行的最后一次迁移,您可以检查schema_migrations数据库中的表。最后一行通常是最后一次运行迁移。
schema_migrations