pub const UUID: TypeMarker;Expand description
Specifies a UUID column type.
UUID stores universally unique identifiers.
Requires the uuid feature.
See: https://www.postgresql.org/docs/current/datatype-uuid.html
pub const UUID: TypeMarker;Specifies a UUID column type.
UUID stores universally unique identifiers.
Requires the uuid feature.
See: https://www.postgresql.org/docs/current/datatype-uuid.html