1
0
EQ2Emu/docs/database/world/eq2races.md
2025-05-04 14:34:15 -04:00

15 lines
356 B
Markdown

## Table: `eq2races`
**Description:**
Defines `eq2races` table in the World database.
**Columns:**
- `id` (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
- `race` (int(10), NOT NULL, DEFAULT 0)
- `race_type` (int(10), NOT NULL, DEFAULT 0)
- `name` (varchar(64), DEFAULT NULL)
- `is_player_race` (tinyint(3), NOT NULL, DEFAULT 0)
**Primary Keys:**
- id