📄️ BIGINT
BIGINT is an 8-byte signed integer. The value range is [-9223372036854775808, 9223372036854775807].
📄️ BOOLEAN
BOOL, BOOLEAN
📄️ DECIMAL
DECIMAL(P[,S]) is a high-precision fixed-point value. P stands for the total number of significant numbers (precision). S stands for the maximum number of decimal points (scale).
📄️ DOUBLE
DOUBLE is an 8-byte floating point number