BOOLEAN

Constant BOOLEAN 

Source
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