Is there a way to auto-column-map my properties in name convention like firstName, lastName to fields in database like first_name last_name etc or I have to do this by hand in each model ?
Is there a way to auto-column-map my properties in name convention like firstName, lastName to fields in database like first_name last_name etc or I have to do this by hand in each model ?