Type Alias diesel::pg::sql_types::SmallSerial
source · pub type SmallSerial = SmallInt;
Expand description
Alias for SmallInt
Aliased Type§
struct SmallSerial;
Trait Implementations§
source§impl QueryId for SmallInt
impl QueryId for SmallInt
source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self
be uniquely identified by its type? Read more