invMarketGroups (CCP DB)
From EVEDev
| CCP DB Table Categories |
|---|
Structure
invMarketGroups
| Market groups for marketable items. This table is self-linked making tree-like structure. | |||
| Column | Links to | Used | Note |
|---|---|---|---|
| marketGroupID | * | Unique ID of market group. Should be primary key.
| |
| parentGroupID | invMarketGroups.marketGroupID | * | ID of parent group. |
| marketGroupName | * | Name of group. | |
| description | * | Description of group. | |
| iconID | eveIcons.iconID | * | Icon for group. |
| hasTypes | * | 1 if group contain items, 0 if it contain only sub-groups.
| |