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 |
|
|
||||||
create_time | DATETIME | 19 | current_timestamp() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
game_join_log_login_id_fk | Performance | Asc | player_id |