创建json类型字段表

最近更新时间: 2025-10-11 18:10:00

postgres=# create table t_json(id int,f_json json);
CREATE TABLE