Hi,
I just tried it on a test table and it didn't mess anything up. But, if you want to, you can do a backup 😉 .
So try following, when you got the AUTO_INCREMENTED column set up:
SELECT * FROM test ORDER BY id DESC LIMIT 1
wizkid
PS: You can use phpMyAdmin to set up the AUTO_INCREMENTED column.