mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 06:07:27 +08:00
[maimai2] Fix V73 migration MySQL 8.0+ compatibility
This commit is contained in:
@@ -6,7 +6,7 @@ CREATE TABLE maimai2_user_friend_season_ranking (
|
|||||||
id BIGINT auto_increment PRIMARY KEY,
|
id BIGINT auto_increment PRIMARY KEY,
|
||||||
season_id INTEGER,
|
season_id INTEGER,
|
||||||
point INTEGER,
|
point INTEGER,
|
||||||
rank INTEGER,
|
`rank` INTEGER,
|
||||||
reward_get BOOLEAN,
|
reward_get BOOLEAN,
|
||||||
user_name VARCHAR (255),
|
user_name VARCHAR (255),
|
||||||
record_date VARCHAR (255),
|
record_date VARCHAR (255),
|
||||||
|
|||||||
Reference in New Issue
Block a user