Tinyit in mysql can take values from 0 - 257
unsigned.
So if your 100 is my max number, then I will have the type as tinyint(3)
.
My question is what is the purpose of having tinyint(4)
? I mean there will be no 4 digits number in the tinyint
.
Thank you