创建jsonb类型字段表

最近更新时间: 2025-02-18 16:02:00

  • 复制
    复制成功
postgres=# create table t_jsonb(id int,f_jsonb jsonb);
CREATE TABLE