PROPOSAL_CORE_SERIALIZED_ADD_0

Description

This table stores additional serialized data for the core proposal.

Columns

Column Name Data Type Description
ID bigint The unique identifier for the additional core serialized.
HJVALUE varchar The value of the additional serialized data.
HJINDEX int The index of the additional serialized data.

Foreign Key Relationships

  • This table has a foreign key relationship with PROPOSAL_CORE_SERIALIZED(ID).