I have imported a table from one database to another, the issue is the auto increment ID has now been removed, I want to add the primary key back to the original column on my copied table and get it working again by taking the last max ID when it was working and continuing to add 1 as normal, is this possible.
Thanks P