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