Way back in the old days, when I was just starting to puzzle out php and SQL, I created a database that didn't rely on auto increment for the record ID. It hasn't been a problem over the years, but I decided to rewrite some of the equally old modules and was vaguely thinking about making my life easier through the miracle of auto increment.
I could migrate the old records to a new table, that uses auto increment, but I was wondering if there was a way to preserve the old, non auto increment ID numbers so I wouldn't have to hunt down the fall out from an ID change.
This is more a curiosity question than a problem. The old way works (and the new way might mean way to much module browsing to look for unintended consequences.)
robkir