[F] Fix DIVA pd_id overflow

This commit is contained in:
Azalea
2024-04-06 23:36:00 -04:00
parent 355c9e2a3d
commit 74d7eff577
74 changed files with 139 additions and 367 deletions

View File

@@ -0,0 +1,4 @@
ALTER TABLE main.diva_player_profile MODIFY COLUMN pd_id BIGINT NOT NULL;
ALTER TABLE main.diva_player_profile MODIFY COLUMN rival_pd_id BIGINT NOT NULL;
ALTER TABLE main.diva_player_screen_shot MODIFY COLUMN pd_id BIGINT NOT NULL;
ALTER TABLE main.diva_player_screen_shot MODIFY COLUMN pv_id BIGINT NOT NULL;