jsonb constant
CustomSqlType<Object>
const jsonb
The jsonb
type in Postgres.
Implementation
static const CustomSqlType<Object> jsonb =
PostgresType(type: pg.Type.json, name: 'jsonb');
The jsonb
type in Postgres.
static const CustomSqlType<Object> jsonb =
PostgresType(type: pg.Type.json, name: 'jsonb');