I have an int column which is set to be auto_increment by 1, however, i cant figure out how to make the column start at the number 10000 instead of 1.
Thanks!
let me clarify I want it by 1, but to start at 10,000, so i would get 10000, 10001, 10002, 10003