Hi Florian, > From what I see in the limitations, minuteproject currently use the > first 3: > - column nullability
I'll add this to the feature roadmap: https://sourceforge.net/apps/trac/jooq/ticket/1194 > - column defaults > - column precision and scale These are already on the roadmap: https://sourceforge.net/apps/trac/jooq/ticket/456 https://sourceforge.net/apps/trac/jooq/ticket/1061 https://sourceforge.net/apps/trac/jooq/ticket/1183 > Do you return the comment for table and column? Yes, all "Definition" types have the possibility of referencing comments: https://github.com/lukaseder/jOOQ/blob/master/jOOQ-meta/src/main/java/org/jooq/util/Definition.java Cheers Lukas
