Change auto increments starting number
If you ever have the need to change the starting number on a auto increment column (on a MySQL table) its pretty simple
1ALTER TABLE tablename AUTO_INCREMENT = 12345
| Tweet |
If you ever have the need to change the starting number on a auto increment column (on a MySQL table) its pretty simple
| Tweet |