Displaying 1 result from an estimated 1 matches for "map_column".
2007 Apr 26
1
mapping column names in legacy schemata
I have a legacy MySQL database with a weird naming convention - all
table and column
names have a prefix ''_'' , which is annoying, and some of the column
names are misnomers.
I would like to apply a pre-defined mapping between MySQL column names
and method
names to be used in the Ruby class, without having the original column
names being visible anymore.
how can I pre-define a