PROPOSAL_FIXED_ITEM_IDS
Description
This table stores fixed item IDs for proposals.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the fixed item ID. |
| HJVALUE | bigint | The value of the fixed item ID. |
| HJINDEX | int | The index of the fixed item ID. |
Foreign Key Relationships
- This table has a foreign key relationship with PROPOSAL(ID).