jsonb constant

GenericType<Object> const jsonb

Must be encodable via json.encode.

Values will be encoded via json.encode before being sent to the database.

Implementation

static const jsonb = GenericType(TypeOid.jsonb);