diff options
Diffstat (limited to 'docs/addons.md')
| -rw-r--r-- | docs/addons.md | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/docs/addons.md b/docs/addons.md index 26560d3..52fe345 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -1,6 +1,26 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [addons](addons) +# addons -| Column | Type | Description | -| ------ | ------------ | ----------- | -| Name | VARCHAR(120) | -| Crc | INT UNSIGNED | +[<-Back-to:Characters](database-characters.md) + +**The \`addons\` table** + +**Structure** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ------------ | ---------- | --- | ---- | ------- | ------ | ------- | +| [name][1] | VARCHAR(120) | | 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`
\ No newline at end of file |
