The signed TINYINT
data type can store integer values between -128 and 127.
However, TINYINT(1)
does not change the minimum or maximum value it can store. It just says to display only one digit when values of that type are printed as output.
The signed TINYINT
data type can store integer values between -128 and 127.
However, TINYINT(1)
does not change the minimum or maximum value it can store. It just says to display only one digit when values of that type are printed as output.