MySQL Reset Nilai Penambahan Otomatis
ALTER TABLE table_name AUTO_INCREMENT = 1;
Cute Crayfish
ALTER TABLE table_name AUTO_INCREMENT = 1;