mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 02:37:26 +08:00
[+] Wacca: More database fields
This commit is contained in:
@@ -7,7 +7,7 @@ create table wacca_user
|
||||
id bigint auto_increment
|
||||
primary key,
|
||||
aime_card_id bigint not null,
|
||||
username varchar(8) not null,
|
||||
user_name varchar(8) not null,
|
||||
xp int not null,
|
||||
wp int not null,
|
||||
wp_total int not null,
|
||||
@@ -15,7 +15,8 @@ create table wacca_user
|
||||
dan_type int not null,
|
||||
dan_level int not null,
|
||||
titles varchar(255) not null,
|
||||
rating int not null,
|
||||
player_rating int not null,
|
||||
highest_rating int not null,
|
||||
always_vip bit not null,
|
||||
login_count int not null,
|
||||
login_count_days int not null,
|
||||
@@ -23,13 +24,15 @@ create table wacca_user
|
||||
login_count_today int not null,
|
||||
play_counts varchar(255) not null,
|
||||
friend_views varchar(255) not null,
|
||||
last_game_ver varchar(50) not null,
|
||||
last_rom_version varchar(50) not null,
|
||||
last_song_info varchar(255) not null,
|
||||
gate_tutorial_flags varchar(255) not null,
|
||||
last_login_date datetime not null,
|
||||
last_play_date datetime not null,
|
||||
first_play_date datetime not null,
|
||||
vip_expire_time datetime not null,
|
||||
last_consec_date datetime not null,
|
||||
favorite_songs TEXT not null,
|
||||
total_score bigint not null,
|
||||
constraint wacca_user_detail_unique
|
||||
unique (aime_card_id),
|
||||
constraint wacca_user_detail_fk
|
||||
|
||||
Reference in New Issue
Block a user