//in the tablejsonb2: jsonb('jsonb2').default([{ foo: "bar" }, { bar: "foo" }])// to insertdb.insert(table).values([{ jsonb2: [{ first: "first" }, { second: "second" }] }])