i have a table called ptb_users like this:
id (auto increment) | name | email
1 john [email protected]
2 kate [email protected]
29 harry [email protected]
10016 lisa [email protected]
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