DB Manager does not read JSONB field type

======== TEMPLATE BUG FORM ========

Wappler Version : 3.9.3
Operating System : MAC
Server Model: NODEJS
Database Type: Postgres
Hosting Type: AWS DOCKER

Expected behavior

What do you think should happen?

There is a JSONB field type available to create fields with, and thus view in the DB Manager. I believe I should be able to view the JSON data that is inserted into this field.

Actual behavior

What actually happens?

Screenshot if my DB Manager, ‘main’ is a JSONB field type.

I have the same issue in custom query builder query results output.

Viewing the same table in pgadmin 4:

Wasted a good few hours on this trying to figure out what I was doing wrong with my custom query, to find out the query to insert the data is fine.