JSON still exists within Postgres and if you do: CREATE TABLE foo (id serial, mycolumn JSON); You'll get a JSON datatype. This datatype will ...
確定! 回上一頁