Type Alias diesel::sql_types::Bytea

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

Alias for Binary, to ensure diesel print-schema works

Aliased Type§

struct Bytea;