Type Storage Minimum Value Maximum Value
  (Bytes) (Signed/Unsigned) (Signed/Unsigned)
TINYINT 1 -128 127
    0 255
SMALLINT 2 -32768 32767
    0 65535
MEDIUMINT 3 -8388608 8388607
    0 16777215
INT 4 -2147483648 2147483647
    0 4294967295
BIGINT 8 -9223372036854775808 9223372036854775807
    0 18446744073709551615

http://dev.mysql.com/doc/refman/5.7/en/integer-types.html

相关文章:

  • 2021-09-02
  • 2022-12-23
  • 2021-10-23
  • 2021-06-02
  • 2021-09-09
  • 2021-06-27
  • 2021-08-17
猜你喜欢
  • 2022-02-03
  • 2022-12-23
  • 2021-11-10
  • 2021-10-11
  • 2022-01-01
相关资源
相似解决方案