14
自動インクリメントIDを既存のテーブルに追加しますか?
'fname'、 'lname'、 'email'、 'password'、および 'ip'を含む既存のテーブルがあります。しかし、今は自動インクリメント列が必要です。しかし、私が入ると: ALTER TABLE users ADD id int NOT NULL AUTO_INCREMENT 私は次のようになります: #1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key 何かアドバイス?:)