arena_team
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| arenaTeamId | int | unsigned | PRI | NO | 0 | ||
| name | varchar(24) | NO | |||||
| captainGuid | bigint | unsigned | NO | 0 | |||
| type | tinyint | unsigned | NO | 0 | |||
| rating | smallint | unsigned | NO | 0 | |||
| seasonGames | smallint | unsigned | NO | 0 | |||
| seasonWins | smallint | unsigned | NO | 0 | |||
| weekGames | smallint | unsigned | NO | 0 | |||
| weekWins | smallint | unsigned | NO | 0 | |||
| rank | int | unsigned | NO | 0 | |||
| backgroundColor | int | unsigned | NO | 0 | |||
| emblemStyle | tinyint | unsigned | NO | 0 | |||
| emblemColor | int | unsigned | NO | 0 | |||
| borderStyle | tinyint | unsigned | NO | 0 | |||
| borderColor | int | unsigned | NO | 0 | |||
Description of fields
arenaTeamId
- no description -
name
- no description -
captainGuid
- no description -
type
- no description -
rating
- no description -
seasonGames
- no description -
seasonWins
- no description -
weekGames
- no description -
weekWins
- no description -
rank
- no description -
backgroundColor
- no description -
emblemStyle
- no description -
emblemColor
- no description -
borderStyle
- no description -
borderColor
- no description -
