pub const BIT: TypeMarker;Expand description
Specifies a BIT column type.
BIT stores fixed-length bit strings.
Requires the bit-vec feature.
See: https://www.postgresql.org/docs/current/datatype-bit.html
pub const BIT: TypeMarker;Specifies a BIT column type.
BIT stores fixed-length bit strings.
Requires the bit-vec feature.
See: https://www.postgresql.org/docs/current/datatype-bit.html