SqlServer已有的表添加主键自增

alter table t_zw_stock_adjust add id int  identity(1,1)