blob: 6beac3570099724ee039a5bbe0b598a280b9c56a (
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
|
# addons
[<-Back-to:Characters](database-characters.md)
**The \`addons\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| -------------- | ------------ | ---------- | --- | ---- | ------- | ------ | ------- |
| [name][1] | VARCHAR(120) | SIGNED | PRI | NO | '' | PRI | |
| [crc][2] | INT | UNSIGNED | | NO | 0 | | |
[1]: #name
[2]: #crc
**Description of the fields**
### name
`field-no-description|1`
### crc
`field-no-description|2`
|