The `active_arena_season` table
Holds information about the current arena season.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
season_id | TINYINT | UNSIGNED | NO | ||||
season_state | TINYINT | UNSIGNED | NO | Supported 2 states: 0 - disabled; 1 - in progress. |
Description of the fields
Current season id.
value | comment |
---|---|
0 | disabled |
1 | in progress |