org.postgresql.util.PSQLException: ERROR: column "data" is of type jsonb but expression is of type character varying
Hint: You will need to rewrite or cast the expression.
Is there a way to explicitly cast the expression within scalalikejdbc?