jooq-test code generated using this postgres schema CREATE TABLE public.test ( foo serial NOT NULL, bar varchar NOT NULL ) WITH ( OIDS=FALSE ) ;