Hi All,
I'm trying to import JSON into a postgres table which has a JSON column, Unfortunately I get an error of:
PostgreSQL connection: Column 'data' has unknown type with OID 114, treating as char(80)
Is there a way to increase the default past 80 characters? As the reason its failing to insert to postgres is the JSON isn't valid cause it gets truncated to 80 characters.