Closing following the previous update, another column option is available for these MySQL integer types:
- BIGINT
- INT
- MEDIUMINT
- SMALLINT
- TINYINT
This can be used to specify that a column will only take non-negative numbers, thus increasing the upper numeric range. This is not part of the SQL standard, hence is only available for MySQL.