TIL that you can add an auto-increment column in MySQL to an existing table, and it will give sequential ids to all existing rows.
TIL that you can add an auto-increment column in MySQL to an existing table, and it will give sequential ids to all existing rows. No comments
|