The audit table fails to persist jsonb column annotated with @JdbcTypeCode(SqlTypes.JSON). The error thrown is ERROR: column "payload" is of type jsonb but expression is of type character varying. I originally opened the question on StackOverflow as well I created demo to demonstrate the issue. |