Integer type (Exact Value)

TypeStorage (Bytes)Minimum Value SignedMinimum Value UnsignedMaximum Value SignedMaximum Value Unsigned
TINYINT1-1280127255
SMALLINT2-3276803276765535
MEDIUMINT3-83886080838860716777215 (千万)
INT4-214748364802147483647(二十亿)4294967295(四十亿)
BIGINT8-2^6302^63-12^64-1
  • int类型占用4个字节
  • 参考:https://dev.mysql.com/doc/ref...