mysql:1356
From: "Isamu Narimatsu" <"Isamu Narimatsu" <isamu@xxxxxxxxxx>>
Date: Mon, 29 Nov 1999 14:45:55 +0900
Subject: [mysql 01356] Re: auto_increment の外しかた
成松です。 >> create table test(id int unsigned auto_increment primary key) >> >> でテーブルを作成した後に auto_increment をはずして単に int unsigned だけ に >> したい、つまり、オートナンバーを外したい場合の alter table の書き方はどう す >> ればよろしかったでしょうか? > alter table test change id id int unsigned; と私もおもったのですが、 ERROR 1121: Column 'id' is used with UNIQUE or INDEX but is not defined as NOT NULL となるんです。
-> 1356 1999-11-29 14:45 ["Isamu Narimatsu" <i] Re: auto_increment の外しかた 1357 1999-11-29 14:56 ┗[とみたまさひろ <tomm]