Tip
[mariadb] auto_increment 초기화
마모루오빠
2020. 4. 2. 14:32
Table에 row data가 없는 경우에서 해야함.
alter table table명 auto_increment = 1;
감사합니다.