Use:
./gradlew composeUp
to start the PostgreSQL DB and generate tables (host: localhost, port: 3333, db: postgres, user: postgres, pass: postgres)
Run JooqGenerator
Generated sources will be created in: build
Open MyTableTable, which will have compile issues for the fields: STATUS_FIELD and COLOR.
Use:
./gradlew composeDown
to stop PostgreSQL