SQL语句更改列
ALTER Table ts_StockCustomer Add LShPayAmount money null DEFAULT 0 WITH VALUES,LGatherAmount money null DEFAULT 0 WITH VALUES
ALTER Table ts_StockCustomer Alter column LShPayAmount money not null
ALTER Table ts_StockCustomer Alter column LGatherAmount money not null