标签:
不要以为text就只有一种类型!Text也分为四种类型:TINYTEXT、TEXT、MEDIUMTEXT和LONGTEXT其中TINYTEXT 256 bytes TEXT 65,535 bytes ~64kb MEDIUMTEXT 16,777,215 bytes ~16MB LONGTEXT 4,294,967,295 bytes ~4GB
mysql的text的类型注意
原文地址:http://www.cnblogs.com/huhuuu/p/5644801.html