pub const INTEGER: TypeMarker;Expand description
Specifies an INTEGER column type (32-bit).
INTEGER (or INT4) stores 32-bit signed integers.
See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-INT
pub const INTEGER: TypeMarker;Specifies an INTEGER column type (32-bit).
INTEGER (or INT4) stores 32-bit signed integers.
See: https://www.postgresql.org/docs/current/datatype-numeric.html#DATATYPE-INT