Hi guys, I encountered an weird issue in my project(Gradle/Kotlin), when generating meta models from DDL scripts.
Follow our requirements, I want to change the table name `business` to `businesses`(aka use the plural form ). But when remote the whole the build folder and run the following command to generate Jooq models. ``` ./gradlew generateJooq ``` It always used the former `business` as table name. Any idea? Thanks. Hantsy -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/525cace2-dba0-453b-87a6-f96004d67282n%40googlegroups.com.
