删除列
alter table students drop column ID
主键列,并且自增alter table students add ID int identity(1,1) primary key