标签:str nbsp 存储 code 技术 字节 长度 img 类型
注意:
tinyint(1),和tinyint(3)没什么区别,占用字节都是一位,存储范围都是一样的,存123都能存的下,而如果tinyint(3) zerofill 的话,插入值 12,会存储012,zerofill自动左边补零,这才是限制显示长度。
标签:str nbsp 存储 code 技术 字节 长度 img 类型
原文地址:https://www.cnblogs.com/pluto-yang/p/12546195.html