[Rails] From DB to migrations

2009-12-14 Thread RVince
If I have an ancient app which uses a (MySQL) database because the db structure was NOT created by migrations -- is there a way I can go from the DB stricture to the migration files so that I could recreate the DB on a different machine with a different type of DB ? Thanks, RVince. -- You

Re: [Rails] From DB to migrations

2009-12-14 Thread Rick DeNatale
On Mon, Dec 14, 2009 at 4:43 PM, RVince rvinc...@hotmail.com wrote: If I have an ancient app which uses a (MySQL) database because the db structure was NOT created by migrations -- is there a way I can go from the DB stricture to the migration files so that I could recreate the DB on a