ALTER TABLE table_name ALTER COLUMN column_name new_data_type(size);
ALTER TABLE users AUTO_INCREMENT=1001;