I have the ID field setup on my table as auto_increment, primary key, and unique. However, when I add new items to the database, the ID is not always the next available number. Like when I delete some records (say 4 through 6) instead of starting at 5, it starts at 7. How can I prevent this?