MEDIUMTEXT
MEDIUMTEXT [CHARACTER SETcharacter_set] [COLLATEcollation]
This column data type allows for the storage of a large amount of text data. The maximum width is 16,777,215 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.