PROPOSAL_ADDITIONAL_ITEM_IDS
Description
Table for storing additional item IDs for a proposal.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) NOT NULL |
Primary key for the table. |
| HJVALUE | bigint(20) DEFAULT NULL |
Value for the additional item ID. |
| HJINDEX | int(11) NOT NULL |
Index for the additional item ID. |
Foreign Key Relationships
- FOREIGN KEY ( ID ) REFERENCES PROPOSAL ( ID ): Establishes a foreign key relationship with the PROPOSAL table.