i have a table called ptb_users like this:
id (auto increment) | name | email
1 john john@email.com
2 kate kate@gmail.com
29 harry harry@email.com
10016 lisa lisa@mail.com
id is an auto increment value and its so far gone upto id's 1-29, but now for some reason its skipped 30-10015 and its starting auto increment from 10016?
does anyone know why this is?
thanks