diesel::pg::sql_types

Type Alias Serial

Source
pub type Serial = Integer;
Available on crate feature postgres_backend only.
Expand description

Alias for Integer

Aliased Typeยง

struct Serial;