the number in parentheses after a numeric datatype, e.g. integer(11), indicates how many digits to display when using the ZEROFILL option
so if the value is 937, and you have integer(11) zerofill, then when you display the value, it displays as 00000000937
that's all it's used for