雑記まみむメモ

雑記、メモ、技法、話題の騒動などを紹介します。

ERROR 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key

ERROR 1075: Incorrect table definition; There can only be one auto column and it must be defined as a key の原因

create table文に問題がある.

PRIMARY KEY(id)を追記する必要がある. 自動生成する値がある場合は、主キーにしてインデクス付けする必要がある.