My case is, I have some tables from prev developers, contain id
and name
. The id
is not auto-increment (the value is something like A0001) and also CHANGEABLE. I've no idea, why or what reason behind this changeable-ID.
I just wonder what if a table have 2 IDs? I consider to make the current id, as just 'unique code' and add 1 more field, called id, the-auto-increment-and-fix one. So, I need some considerations about this thought. I still feel 'weird' about having 2 ids inside a table >.<
Thank you in advance.