Type Definition diesel::sql_types::Bytea

source ·
pub type Bytea = Binary;
Available on crate feature postgres_backend only.
Expand description

Alias for Binary, to ensure infer_schema! works