PROPOSAL_CORE_SERIALIZED_FIX_0
Description
This table stores fixed serialized data for the core proposal.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for the fixed core serialized. |
| HJVALUE | varchar | The value of the fixed serialized data. |
| HJINDEX | int | The index of the fixed serialized data. |
Foreign Key Relationships
- This table has a foreign key relationship with PROPOSAL_CORE_SERIALIZED(ID).