I have created a table and thought timestamp will be enough to get all records ordered and unique identify-able. My mistake, I got double timestamps.
I want to alter the table to add a record id (Autoincrement) and fill up the old records with that id as well. How can I do that?