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