This article is tagged with:
Sql query to make a existing column auto increment
and mysql
sql query to make a existing column auto increment
Alter table table_name modify column_name datatype(length) AUTO_INCREMENT PRIMARY KEY