how to specify auto_increment at table level in mysql when creating a table code example Example: auto_increment mysql ALTER TABLE User AUTO_INCREMENT = 1;