I understand that in an INT() type column (TINYINT, SMALLINT, etc.) the length property determines the minimum number of characters returned WHEN the ZEROFILL flag is set. If you don't set ZEROFILL, does the length do anything?
PhpMyAdmin seems to automatically throw a length in there even if I don't specify one. Never caused me any trouble, but I just want to know if it's something I should care about.