Delema: My field set to auto increment is not working.
Question: I thought this field should be set as int and auto incrementing
What I am trying to do is create a field that:
1. can be used as a unique ticket number
2. can be called on the next sceen using something like select last_insert_id();
3. can be set to a 4 or 5 digit value.
Could any one please make a suggestion?