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
pub const SMALLINT: TypeMarker;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