Mysql int和tinyint的比较
http://blog.sina.com.cn/s/blog_e4bd46a00102xqga.html
MySQL创建无符号整数(int)及取值范围
https://blog.youkuaiyun.com/COCO56/article/details/107153414/
int(4)代表显示4位
int每位占4个字节,而tinyint占1个字节
http://blog.sina.com.cn/s/blog_e4bd46a00102xqga.html
https://blog.youkuaiyun.com/COCO56/article/details/107153414/
int(4)代表显示4位
int每位占4个字节,而tinyint占1个字节