mysqlデータベースのプライマリ・キーの変更自己増加
272 ワード
, KID 。
。
alter table basecustomer drop column id
alter table basecustomer add column id int(11) unsigned not null auto_increment,add primary key (id);