MySQL TEXT数据类型的最大长度

TINYTEXT 256 bytes  
TEXT 65,535 bytes ~64kb
MEDIUMTEXT  16,777,215 bytes ~16MB
LONGTEXT 4,294,967,295 bytes ~4GB
原文地址:https://www.cnblogs.com/gyrgyr/p/13501929.html