Hi Hantsy, Can you please provide all the necessary information required to reproduce your problem. This includes at least a complete code generation configuration, including all the generator strategy code and/or configuration
Thanks, Lukas On Mon, Aug 8, 2022 at 9:54 AM Hantsy Bai <[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/525cace2-dba0-453b-87a6-f96004d67282n%40googlegroups.com > <https://groups.google.com/d/msgid/jooq-user/525cace2-dba0-453b-87a6-f96004d67282n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAB4ELO5PD2RzNFieFHb5fNEq5E3O4LffZQ%3DNgr3O0OpSY7cAhQ%40mail.gmail.com.
