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.

Reply via email to