game2006api/sql/gamedb2006_migrate_230719_01.sql
2023-07-20 17:45:06 +08:00

5 lines
126 B
PL/PgSQL

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