PROPOSAL_BASE_SERIALIZED

Description

This table stores serialized data for the base proposal.

Columns

Column Name Data Type Description
ID bigint The unique identifier for the proposal base serialized.
ATTRIBUTES longtext The serialized attributes of the proposal base.
NAME varchar The name of the proposal base.
PROPOSAL_ID varchar The identifier of the proposal associated with the base serialized.
FINAL_ELEMENTS_PROPOSAL_BASE_0 bigint The foreign key referencing the ID of the recommendation final elements.

Foreign Key Relationships

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