Bytea

Type Alias 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ยง

pub struct Bytea;