BIGINT[(M)] [UNSIGNED] [ZEROFILL] : BIGINT « Data Types « MySQL Tutorial






A large integer.

The signed range is -9223372036854775808 to 9223372036854775807.

The unsigned range is 0 to 18446744073709551615.

10.1.BIGINT
10.1.1.BIGINT[(M)] [UNSIGNED] [ZEROFILL]