If I have a legacy db table named Users with a string named ‘address1’
how can I map that to a User model with an attribute named
‘street_address’? I recognize how much easier it would be just to use
addess1 but some of the other columns have horrible names.