MySQL TEXT数据类型的最大长度

TINYTEXT 256 bytes  
TEXT 65,535 bytes ~64kb
MEDIUMTEXT  16,777,215 bytes ~16MB
LONGTEXT 4,294,967,295 bytes ~4GB

猜你喜欢

转载自blog.csdn.net/qq_38092788/article/details/89376906