Postgres offers a jsonb_set function for updating JSON fields. jsonb_set(target jsonb, path text[], new_value jsonb [, create_missing boolean]).
確定! 回上一頁