Duplication of MySQL - how to use VARCHAR as AUTO INCREMENT Primary Key
According to my point of view you have to change it as integer type.
Since AUTO_INCREMENT
is for INT
type only, moreover setting the field as PRIMARY KEY
which prevents duplication of values.