Hi Daniele, Just add the storage() clause when running on MySQL: https://www.jooq.org/javadoc/latest/org/jooq/CreateTableStorageStep.html
Hope this helps, Lukas On Fri, Feb 8, 2019 at 12:54 PM <[email protected]> wrote: > Hi, > is there a way to use vendor specific clause on create table? > I'm interested in a clean way to add "ENGINE=InnoDB DEFAULT CHARSET=utf8". > > As workaround I'm doing the following: > - create ddl with jooq > - obtain sql string > - append vendor clause > - create a query jooq object again (The mothod return a Query object) > > Cheers > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
