value
の場合 json
です 列では、配列のテキスト表現を直接変換できます。
INSERT INTO tag_sets (type, value)
VALUES (
'sorting_options',
'["Price Descending","Price Ascending","Name Ascending","Date Descending"]'::json
);
状況に応じて、メソッドを使用して配列を生成することもできます。json_build_array
のようなもの 。
その他のjson
メソッドは