Data Formatting

If a MySQL database field is defined with the ZEROFILL flag, Iron Speed Designer automatically creates a display format for that field that will pad the data with leading zeros when displayed.  For example, for a field of type MEDIUMINT ZEROFILL, the display format for that field will be “D8”, meaning that 8 digits should be shown, padded with leading zeros, such as 000000975.

See Also

MySQL Database Support