PROPOSAL_VERSION
Description
This table stores versions of proposals.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the proposal version. |
| ATTRIBUTES | longtext | The serialized attributes of the proposal version. |
| NAME | varchar | The name of the proposal version. |
| PROPOSAL_ID | varchar | The identifier of the proposal associated with the version. |
| FINAL_ELEMENTS_PROPOSAL_BASE_0 | bigint | The foreign key referencing the ID of the recommendation final elements. |
| PROPOSALS_RECOMMENDATION_RUL_0 | bigint | The foreign key referencing the ID of the recommendation rule version. |
| PROPOSALS_HJORDER | int | The order of the proposals. |
Foreign Key Relationships
- This table has a foreign key relationship with RECOMMENDATION_FINAL_ELEMENTS(ID).
- This table has a foreign key relationship with RECOMMENDATION_RULE_VERSION(ID).