Problem Description
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 ?
AI-Generated Solution
Powered by LMSouq AI · GPT-4.1-mini
Analyzing problem and generating solution…
Was this solution helpful?