pub const BYTEA: TypeMarker;Expand description
Specifies a BYTEA column type (binary data).
BYTEA stores variable-length binary strings.
See: https://www.postgresql.org/docs/current/datatype-binary.html
pub const BYTEA: TypeMarker;Specifies a BYTEA column type (binary data).
BYTEA stores variable-length binary strings.
See: https://www.postgresql.org/docs/current/datatype-binary.html