Adding an AUTO_INCREMENT to a Primary Key Column in MySql (After the Fact)
March 10, 2022
The other day I needed to add an AUTO_INCREMENT
to a primary key in a preexisting MySql database. After all, dropping and recreating the table would delete all my data.