What does "size" in int(size) of MySQL mean?
August 24th, 2007 by Alexander Kirk |I was always wondering what the size of numeric columns in MySQL was. Forgive me if this is obvious to someone else. But for me the MySQL manual lacks a great deal in this field. TL;DR: It's about the display width. You only see it when you use ZEROFILL. Usually you see something like int(11) [...]