Uit de documentatie (MySQL 8) :
Type | Maximum length -----------+------------------------------------- TINYTEXT | 255 (2−1) bytes TEXT | 65,535 (2−1) bytes = 64 KiB MEDIUMTEXT | 16,777,215 (2−1) bytes = 16 MiB LONGTEXT | 4,294,967,295 (2−1) bytes = 4 GiB
Merk op dat het aantal tekens die in uw kolom kunnen worden opgeslagen, is afhankelijk van de tekencodering .