Error

[ERROR][DB] Incorrect table definition; there can be only one auto column and it must be defined as a key

오선지♬ 2023. 11. 14. 19:16
728x90
반응형

auto_increment 속성 컬럼을 추가하였는데 해당 에러메세지가 떴다.

 

검색해보니 auto increment 는 primary key 로 지정하라는 것이라고 나왔는데도

계속 해당 메시지가 떴는데

https://m.blog.naver.com/udgttl12/221306193180

 

Mysql Error Code: 1075 Incorrect table definition; ....

Error Code: 1075. Incorrect table definition; there can b...

blog.naver.com

 

auto increment 컬럼 primary key 순서 첫번째로 쿼리를 쓰니 생성되었다.

728x90
반응형