lachang.sql 132 B

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