hw to edit a column and add autoincrement in it mysql 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