summaryrefslogtreecommitdiff
path: root/docs/banned_addons.md
blob: 431b127fd9cf903b248bd8749753958008d1a2f6 (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
32
33
34
35
36
37
# banned\_addons

[<-Back-to:Characters](database-characters.md)

**The \`banned\_addons\` table**

**Structure**

| Field          | Type         | Attributes | Key | Null | Default           | Extra  | Comment |
| -------------- | ------------ | ---------- | --- | ---- | ----------------- | ------ | ------- |
| [Id][1]        | INT          | UNSIGNED   | PRI | NO   |                   |        |         |
| [Name][2]      | VARCHAR(255) | SIGNED     |     | NO   |                   | UNIQUE |         |
| [Version][3]   | VARCHAR(255) | SIGNED     |     | NO   | ''                | UNIQUE |         |
| [Timestamp][4] | TIMESTAMP    | SIGNED     |     | NO   | CURRENT_TIMESTAMP |        |         |

[1]: #id
[2]: #name
[3]: #version
[4]: #timestamp

**Description of the fields**

### Id

`field-no-description|1`

### Name

`field-no-description|2`

### Version

`field-no-description|3`

### Timestamp

`field-no-description|4`