I dunno why the account numbering changed.. but no accounts deleted.If someone(People with SQL access) set ID as 4000(and current high is 3000), it would start counting from 4000 then...
(Also, use order by query to know if account ID are in sequence)
SELECT * FROM login ORDER BY account_id ASC;
OR,
The accounts are deleted?
We use essential cookies to make this site work, and optional cookies to enhance your experience.