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