Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 20 | √ | null |
|
|
|||||
| session_id | VARCHAR | 36 | null |
|
|
||||||
| game_id | VARCHAR | 36 | null |
|
|
||||||
| user_id | VARCHAR | 128 | √ | null |
|
|
|||||
| hand_number | INT | 11 | null |
|
|
||||||
| stack_amount | DECIMAL | 12,2 | null |
|
|
||||||
| timestamp | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_player_stack_history_game_id | Performance | Asc | game_id |
| fk_player_stack_history_session_id | Performance | Asc | session_id |
| fk_player_stack_history_user_id | Performance | Asc | user_id |

