Append an object into an array from a jsonb column in Postgres

Hey guys I'm looking to insert a jsonb object from a column into an array of this same column in SQL

I tried using jsonb_set and jsonb_insert methods but I always end up with an empty array but the object is not null

Does anyone know how to do that?
Was this page helpful?