标签:class -128 符号 body bool boolean post 数据 str
mysql的tinyint:小整形字符
有符号的范围是-128 - 127,无符号的范围是 从 0 到 255 的整型数据。一位大小为 1 字节。
boolean = tinyint(1)
0表示true,1~9表示false
tinyint
原文地址:https://www.cnblogs.com/jp10-blog/p/8330299.html