MySQL Data Types
September - 2021
TINYTEXT: 255 bytes TEXT: 65,535 bytes MEDIUMTEXT: 16,777,215 bytes LONGTEXT: 4,294,967,295 bytes
Note that utf-8 consumes between 1-4 bytes with the utf8mb4
encoding
TINYTEXT: 255 bytes TEXT: 65,535 bytes MEDIUMTEXT: 16,777,215 bytes LONGTEXT: 4,294,967,295 bytes
Note that utf-8 consumes between 1-4 bytes with the utf8mb4
encoding