jsonb constant

CustomSqlType<Object> const jsonb

The jsonb type in Postgres.

Implementation

static const CustomSqlType<Object> jsonb =
    PostgresType(type: PgDataType.json, name: 'jsonb');