anorm.Macro.ColumnNaming
For each class property, use the snake case equivalent to name its column (e.g. fooBar -> foo_bar).
Returns the column name for the class property.
the name of the case class property
For each class property, use the snake case equivalent to name its column (e.g. fooBar -> foo_bar).