--------把主键设成 identity(1,1)
create table table_name(id int identity(1,1) not null Primary(Key),.....)