game2006api/sql/archived/gamedb2006_migrate_230719_01.sql
aozhiwei 6b8c8c3159 1
2023-08-15 13:45:15 +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;