I am looking into Jooq and has struck something that I can find very little documentation for - none that really answers my question in all honesty.
What I want to do is to have a column in a table like permissions varying bit(2000) (Postgres 9.5+)
What Jooq however does with this, is to see it as a varchar... which obviously is incorrect even at generation. What is the shortest path to success on something like this.