diesel::pg::sql_types

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

struct Bytea;