Type Alias diesel::sql_types::SmallSerial

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

Alias for SmallInt

Aliased Type§

struct SmallSerial;