INTEGER in mysql code example
Example 1: unsigned int in mysql
id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT
Example 2: what is int in mysql
INT stands for interger, so it is interger values.
INT can contain zero, positive and negetive values.
INT cannot contain fraction values, only hole numbers are excepted.