I knew boolean in mysql as tinyint (1)
.
Today I see a table with defined an integer like tinyint(2)
, and also others like int(4)
, int(6)
…
What does the size means in field of type integer and tinyint ?
I knew boolean in mysql as tinyint (1)
.
Today I see a table with defined an integer like tinyint(2)
, and also others like int(4)
, int(6)
…
What does the size means in field of type integer and tinyint ?