PROPOSAL_ITEM_CORE_SERIALIZED
Description
This table stores serialized data for the core items of a proposal.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the core item serialized. |
| ATTRIBUTES | longtext | The serialized attributes of the core item. |
| ITEM_ID | varchar | The identifier of the item associated with the core serialized. |
| NAME | varchar | The name of the core item. |
| RUN_ID | varchar | The identifier of the run associated with the core item. |
| VERSION | int | The version number of the core item. |
Foreign Key Relationships
None.