CATEGORY
Description
This table stores the categories.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the category. |
| NAME | varchar | The name of the category. |
| PARENT_CATEGORY_ID | bigint | The ID of the parent category. |
| CATEGORIES_POI_ID | bigint | The ID of the POI (Point of Interest) associated with the category. |
| CATEGORIES_HJORDER | int | The HJ (Hypothetical Join) order for the category. |
Foreign Key Relationships
- CATEGORIES_POI_ID references POI(ID)