pub const BOOLEAN: TypeMarker;Expand description
Specifies a BOOLEAN column type.
BOOLEAN stores true/false values.
See: https://www.postgresql.org/docs/current/datatype-boolean.html
pub const BOOLEAN: TypeMarker;Specifies a BOOLEAN column type.
BOOLEAN stores true/false values.
See: https://www.postgresql.org/docs/current/datatype-boolean.html