alter table 表名 drop column ID
alter table 表名 add ID int identity(1,1)