Quickly convert SQL DDL -> Migration

Has anybody heard of / written a tool/generator that quickly converts
any SQL DDL into migration create_tabl tasks. i know i could just go
the way of creating the tables and then do a rake db_schema_dump, but
since this is something i do continuously i would like to find a
quicker route. Thanks

Sebastian