mysql alter table change column to auto increment one on existing column code example
Example: mysql alter column auto increment
ALTER TABLE document MODIFY COLUMN document_id INT auto_increment
ALTER TABLE document MODIFY COLUMN document_id INT auto_increment