A postgres array of JSON values, encoded as binary values.
static const CustomSqlType<List<Object?>> jsonbArray = ArrayType(type: pg.Type.jsonbArray, name: 'jsonb[]', innerType: jsonb);