alter table T_Sellbuyinfo drop constraint info_id
alter table T_Sellbuyinfo drop column info_id
alter table T_Sellbuyinfo add info_id int IDENTITY (1, 1)
alter table T_Sellbuyinfo add constraint info_id primary key (info_id)
alter table T_Sellbuyinfo drop column info_id
alter table T_Sellbuyinfo add info_id int IDENTITY (1, 1)
alter table T_Sellbuyinfo add constraint info_id primary key (info_id)