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