Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
|||||
player_id | MEDIUMINT UNSIGNED | 8 | null |
|
|
||||||
game_id | INT UNSIGNED | 10 | null |
|
|
||||||
ip | VARCHAR | 45 | √ | null |
|
|
|||||
create_time | DATETIME | 19 | current_timestamp() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
game_join_log_game_id_player_id_index | Performance | Asc/Asc | game_id + player_id |
game_join_log_ip_player_id_index | Performance | Asc/Asc | ip + player_id |
game_join_log_player_id_ip_index | Performance | Asc/Asc | player_id + ip |