How to push to json array
I have a json array column and I'm trying to append on array with
array_cat
, but I get the error
function array_cat(json[], record) does not exist
My schema is
and the update query is
How to solve the error? thanks0 Replies