/** 用户表新增用户积分字段**/ alter table add column `accumulate_points` int NOT NULL default "0" COMMENT "用户积分";