Highly likely you're not pointed at the database with the new table definition.
On Monday, August 8, 2022 at 12:54:57 AM UTC-7 [email protected] wrote: > 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/1a1abad0-2019-423d-870f-d68ce1af72b9n%40googlegroups.com.
