invCategories (CCP DB)
From EVEDev
| CCP DB Table Categories |
|---|
Structure
invCategories
| Categories. So we have simple 2-level hierarchy: Category -> Group. | |||
| Column | Links to | Used | Note |
|---|---|---|---|
| categoryID | * | Unique ID of category. Should be primary key.
| |
| categoryName | * | Name of Category. | |
| description | * | Description of Category. | |
| iconID | eveIcons.iconID | * | Icon for this category. |
| published | * | 1 if category is in game.
| |