Synopsis
TINYTEXT[CHARACTER SET character_set] [COLLATE collation]
This column data type allows for the storage of text data.
The maximum width is 255 bytes. If you want to use a character set for
the column other than the default for the table, you can give one for
the column. Values are sorted based on the collation of the character
set for the column.