SMALLINT

Constant SMALLINT 

Source
pub const SMALLINT: TypeMarker;
Expand description

Specifies a SMALLINT column type (16-bit).

SMALLINT (or INT2) stores 16-bit signed integers.

See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-INT