I realize that tinyint is a single byte integer (by the way, is it signed or unsigned?). What does the argument (3) signify? I’ve searched and couldn’t find the answer.
I realize that tinyint is a single byte integer (by the way, is it
Share
See this blog page about MySQL column type definitions.