Per the MySQL docs, there are four TEXT types:
- TINYTEXT
- TEXT
- MEDIUMTEXT
- LONGTEXT
What is the maximum length that I can store in a column of each data type assuming the character encoding is UTF-8?
Per the MySQL docs, there are four TEXT types:
What is the maximum length that I can store in a column of each data type assuming the character encoding is UTF-8?