In laravel 5.2, can a column be changed to make it auto_increment? I have an identifier column, its primary already, but it is not auto_increment, and I need to do this, how can I do this? I have registers in the table (each of them has a corresponding ID), so I can not delete the registers.
source
share