PROPOSAL_ITEM_SERIALIZED
Description
This table stores serialized data for the items of a proposal.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the item serialized. |
| ATTRIBUTES | longtext | The serialized attributes of the item. |
| ITEM_ID | varchar | The identifier of the item. |
| NAME | varchar | The name of the item. |
Foreign Key Relationships
None.