If in Mysql, you get “#1062 – Duplicate entry” error when trying to make a column with lots of data auto-increment, check if there’s a row where that column = 0. If you remove that, it might work again. Not sure why.
If in Mysql, you get “#1062 – Duplicate entry” error when trying to make a column with lots of data auto-increment, check if there’s a row where that column = 0. If you remove that, it might work again. Not sure why.