blob: d21f26b4ec9404ccfae3c19d191469254ba65c80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# channels\_bans
[<-Back-to:Characters](database-characters.md)
**The \`channels\_bans\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| --------------- | ----- | ---------- | --- | ---- | ------- | ------ | ------- |
| [channelId][1] | INT | UNSIGNED | PRI | NO | | | |
| [playerGUID][2] | INT | UNSIGNED | PRI | NO | | | |
| [banTime][3] | INT | UNSIGNED | | NO | | | |
[1]: #channelid
[2]: #playerguid
[3]: #banTime
**Description of the fields**
### channelId
The [channel.id](channels#channelid).
### playerGUID
`field-no-description|2`
### banTime
The ban time of de [channel](channels#channelId).
|