创建jsonb类型字段表

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

postgres=# create table t_jsonb(id int,f_jsonb jsonb);
CREATE TABLE