mysql的text的类型注意
时间:2016-07-05 20:26:24
收藏:0
阅读:2085
不要以为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
评论(0)