2006. 4. 8. 17:36

SQL(mysql)에서 auto_increment 하면서 기본값 주기

ALTER TABLE tbl_name AUTO_INCREMENT = 100  

이런식으로..

create 때 default로 줘도 안먹는듯