I want to add an autoincrement field to the Contacts table. This will be used as a unique reference to assign users for them to register on a landing page I am developing.
The ID field is already a Primary key and so MYSQL will not allow me to create a new Autoincrement field.
How can I implement such a field?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks