FEED_WITH_PROPOSAL_ID_PROPOS_0

Description

This table stores the proposals for feed IDs.

Columns

Column Name Data Type Description
ID bigint The unique identifier for each record in the table.
HJVALUE bigint The value associated with the proposal.
HJINDEX int The index of the proposal.

Foreign Key Relationships

  • ID references FEED_WITH_PROPOSAL_ID (ID)

Constraints

  • PRIMARY KEY (ID, HJINDEX)