Help for this page
alter table TABLE_IN_QUESTION modify FIELD_NAME int unsigned not null +auto_increment;
# our table CREATE TABLE example ( ... | 1 | 5 | hello | +----+------+-------+ 1 row in set (0.00 sec)