OptionalprecisionOptionalscaleCount of decimal digits in the fractional part.
DecimalNumberOptions#precision must be specified if scale is specified.
OptionalunsignedIs unsigned?
OptionalzerofillPad 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.