Optional
precisionOptional
scaleCount of decimal digits in the fractional part.
DecimalNumberOptions#precision must be specified if scale is specified.
Optional
unsignedIs unsigned?
Optional
zerofillPad the value with zeros to the specified length.
Currently useless for types that are returned as JS BigInts or JS Numbers.
Total number of digits.
DecimalNumberOptions#scale must be specified if precision is specified.