For now I have field "String firstName" it converted to "first_name" and i want "firstname" as default in Hibernate. Is it posible?
|
feedback
|
|
You can change the naming strategy for the entire project. From the documentation http://grails.org/doc/latest/guide/5.%20Object%20Relational%20Mapping%20(GORM).html#5.5.2.12.
So, something like this in your DataSource.groovy
| |||
feedback
|
|
5.5.2.1 Table and Column Names
| ||||
feedback
|