FEEDBACK_STATISTICS_PROPOSAL_0
Description
This table stores the proposals for feedback statistics.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each record in the table. |
| HJVALUE | bigint | The value associated with the proposal. |
| HJINDEX | int | The index of the proposal. |
Foreign Key Relationships
- ID references FEEDBACK_STATISTICS (ID)
Constraints
- PRIMARY KEY (ID, HJINDEX)