15 lines
358 B
Markdown
15 lines
358 B
Markdown
## Table: `reference_spell_effects`
|
|
|
|
**Description:**
|
|
|
|
Defines `reference_spell_effects` table in the World database.
|
|
|
|
**Columns:**
|
|
- `id` (int(10), PRIMARY KEY, NOT NULL, DEFAULT 0)
|
|
- `category` (varchar(64), DEFAULT NULL)
|
|
- `type` (varchar(64), DEFAULT NULL)
|
|
- `name` (varchar(64), DEFAULT NULL)
|
|
- `misc` (varchar(64), DEFAULT NULL)
|
|
|
|
**Primary Keys:**
|
|
- id |