5 lines
126 B
PL/PgSQL
5 lines
126 B
PL/PgSQL
begin;
|
|
|
|
alter table t_season_ranking add column `ranking_point` bigint NOT NULL DEFAULT '0' COMMENT '排名SV积分';
|
|
|
|
commit; |