Is there any way to take a running database and generate a migration file from it? If not does anyone have any advice on how to approach that?

Background: Have a new project where a PHP developer jumped into a rails project and starting adding tables and columns though PostGres admin tool.

没有正确的解决方案

其他提示

Created a directory called "log" then ran this command

RAILS_ENV=production rake db:schema:dump
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top