begin; alter table t_season_ranking add column `ranking_point` bigint NOT NULL DEFAULT '0' COMMENT '排名SV积分'; commit;