JsonBType constructor
const
JsonBType()
Implementation
const JsonBType()
: super(
codec: TypeConverters.jsonb,
typeName: 'jsonb',
pgType: PgType.jsonb,
);
const JsonBType()
: super(
codec: TypeConverters.jsonb,
typeName: 'jsonb',
pgType: PgType.jsonb,
);