uuid constant

CustomSqlType<UuidValue> const uuid

The UUID type in Postgres.

Implementation

static const CustomSqlType<UuidValue> uuid = UuidType();