Integration with PostgreSQL (jsonb object column)

Hello Guys!!!

My integration is working, but the object column defined as jsonb has no “[]” in the structure as in the rx_info column. Is it a problem with the application server?

object is not an array of objects, [] not needed.

I have error working on postgres if I use (object - >> ‘json1’) :: int as data1, witch object jsonb format is ‘{structure}’ but object jsonb format ‘[{structure}]’ work