I`ve tried to write TINYINT(1), TINYINT(2) and after the desc table; statement MYSQL shows that they are different, but when I try to put values in these fields, the actual size is the same – from -127 to 128 or if it would be UNSIGNED to 256. So what is the trick to use this, we can just write TINYINT at all?
Thanks in advance.
I`ve tried to write TINYINT(1), TINYINT(2) and after the desc table; statement MYSQL shows
Share
http://dev.mysql.com/doc/refman/5.5/en/numeric-type-attributes.html