forked from Cookies_Github_mirror/AquaDX
[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