Json – SQL – update info in a specified column for multiple rows
I have an SQL table laid out like so Column Type Modifiers uuid uuid not null name character varying type character varying info jsonb created bigint Inside the info column is numerous things such as {"id": "1402417796043342360", "colour": "blue", "subtype":…