The number in parentheses after "INT" has nothing to do with what is stored, only how the data may be output in a query. The output is left-padded with spaces to the specified width if the value has fewer digits than the specified width. In the vast majority of PHP/MySQL applications, this effect has no impact on what we do, and as stated earlier it has no impact on the storage space required for a value.