Floating point number (4-byte precision).
constructor(length: string | number, decimals: string | number)
length of type, like FLOAT(4)
FLOAT(4)
number of decimal points, used with length FLOAT(5, 4)
FLOAT(5, 4)