diesel::pg::sql_types

Type Alias Bytea

source
pub type Bytea = Binary;
Expand description

Alias for Binary, to ensure diesel print-schema works

Aliased Typeยง

struct Bytea;