pub const CHAR: TypeMarker;Expand description
Specifies a CHAR column type.
CHAR stores fixed-length character strings.
See: https://www.postgresql.org/docs/current/datatype-character.html
pub const CHAR: TypeMarker;Specifies a CHAR column type.
CHAR stores fixed-length character strings.
See: https://www.postgresql.org/docs/current/datatype-character.html