Displaying 1 result from an estimated 1 matches for "create_tabl".
Did you mean:
create_table
2006 Apr 17
0
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