テーブルに保存されているデータを変更するには、update
を使用する必要があります sqlコマンド、選択しないでください。
Update git_object
set git_meta=JSON_ARRAY_APPEND(git_meta, '$', '{"host": "b"}')
where user_id='11111'
テーブルに保存されているデータを変更するには、update
を使用する必要があります sqlコマンド、選択しないでください。
Update git_object
set git_meta=JSON_ARRAY_APPEND(git_meta, '$', '{"host": "b"}')
where user_id='11111'