diesel::pg::sql_types

Type Alias BigSerial

Source
pub type BigSerial = BigInt;
Available on crate feature postgres_backend only.
Expand description

Alias for BigInt

Aliased Typeยง

struct BigSerial;