Viewing 2 posts - 1 through 3 (of 3 total)
I know I will not change automatically sorts, I just want to be aware and decide whether to change the type.
thanks
February 22, 2012 at 1:31 am
#1450103
Example
INT column type, maximum value is 120, the type TINYINT is enough;
varchar (255) column type, maximum data length 13 characters, othe type varchar (13) is enough.
Thanks
February 22, 2012 at 1:25 am
#1450099