Should I use auto_increment,?

wxdqz

New Member
I have a database of articles and other stuff. Each record has a unique id field that is declared as this:

story_id int(4) auto_increment unique

I have been told not to use auto_increment, but on one told me why not. Can anyone please help?
 
Back
Top