In MariaDB: When specified, and zerofill is set, the returned value will be padded with zeros to the specified length.
In MySQL: This option is ignored.
This option is supported in no other dialect.
Currently useless for types that are returned as JS BigInts or JS Numbers.
Optionalunsigned
unsigned?:boolean
Is unsigned?
Optionalzerofill
zerofill?:boolean
Pad the value with zeros to the specified length.
Currently useless for types that are returned as JS BigInts or JS Numbers.
In MariaDB: When specified, and zerofill is set, the returned value will be padded with zeros to the specified length. In MySQL: This option is ignored. This option is supported in no other dialect. Currently useless for types that are returned as JS BigInts or JS Numbers.