PROPOSAL_CORE_SERIALIZED
Description
This table stores serialized data for the core proposal.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the core proposal serialized. |
| ATTRIBUTES | longtext | The serialized attributes of the core proposal. |
| NAME | varchar | The name of the core proposal. |
| PROPOSAL_ID | varchar | The identifier of the proposal associated with the core serialized. |
| FINAL_ELEMENTS_PROPOSAL_BASE_0 | bigint | The foreign key referencing the ID of the recommendation final elements. |
| RUN_ID | varchar | The identifier of the run associated with the core serialized. |
| VERSION | int | The version number of the core proposal. |
Foreign Key Relationships
- This table has a foreign key relationship with RECOMMENDATION_FINAL_ELEMENTS(ID).