pub const VARCHAR: TypeMarker;Expand description
Specifies a VARCHAR column type.
VARCHAR stores variable-length character strings. In PostgreSQL, VARCHAR without length limit is equivalent to TEXT.
See: https://www.postgresql.org/docs/current/datatype-character.html