TL;DR
ERROR 1075 : incorrect table definition there can be only one auto column and it must be defined as a key
특정 칼럼에 auto_increment 속성을 입력하면 해당 칼럼을 primary key로 지정해야한다.
ERROR 1075 : incorrect table definition there can be only one auto column and it must be defined as a key
특정 칼럼에 auto_increment 속성을 입력하면 해당 칼럼을 primary key로 지정해야한다.