SEGMENT_SIDE_EFFECT_EXCLUDED_0

Description

This table stores the excluded segment side effect information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the excluded segment side effect.
HJVALUE varchar The HJVALUE of the excluded segment side effect.
HJINDEX int The HJINDEX of the excluded segment side effect.

Primary Key

  • ID, HJINDEX

Foreign Key Relationships

  • ID references SEGMENT_SIDE_EFFECT(ID)