17 lines
412 B
Markdown
17 lines
412 B
Markdown
## Table: `character_aa_defaults`
|
|
|
|
**Description:**
|
|
|
|
Defines `character_aa_defaults` table in the World database.
|
|
|
|
**Columns:**
|
|
- `id` (bigint(20), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
|
|
- `class` (int(10), NOT NULL)
|
|
- `template_id` (smallint(5), NOT NULL)
|
|
- `tab_id` (tinyint(3), NOT NULL)
|
|
- `aa_id` (int(10), NOT NULL)
|
|
- `order` (smallint(5), NOT NULL)
|
|
- `treeid` (tinyint(3), NOT NULL)
|
|
|
|
**Primary Keys:**
|
|
- id |