alter table tablename modify filedname int(11) auto_increment ,add primary key (filedname);alter table tablename modify filedname int(11)
alter table tablename modify filedname int(11) auto_increment ,add primary key (filedname);alter table tablename modify filedname int(11)