Skip to main content

IntegerUnsigned

Type Alias IntegerUnsigned 

Source
pub type IntegerUnsigned = IntUnsigned;
Expand description

MySQL accepts INTEGER UNSIGNED as an alias for INT UNSIGNED.

Aliased Typeยง

pub struct IntegerUnsigned;