Обновить/Вставить значение в jsonb поле по ключу ( Postgresql )
Update/Insert value inside jsonb array field by key
Схема таблицы
Example table schema:
freeswitch=> \d forms
Table "public.forms"
Column | Type | Collation | Nullable | Default
-----------+---------+-----------+----------+------------------------------------
id | integer | | not null | nextval('forms_id_seq1'::regclass)
form | text | …
↧