diesel::pg::sql_types

Type Alias SmallSerial

Source
pub type SmallSerial = SmallInt;
Available on crate feature postgres_backend only.
Expand description

Alias for SmallInt

Aliased Typeยง

struct SmallSerial;