alter table stu add column yid int auto_increment not null,add primary key(yid);