rake db:schema:dump
This command gives you the schema of a legacy database and you can build a migration for that database off the generated schema. This command gives you t
rake db:schema:dump
This command gives you the schema of a legacy database and you can build a migration for that database off the generated schema. This command gives you t