LIVE_SEGMENT_CONDITION_VALUE

Description

This table stores information about the condition values of live segments.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the condition value.
IN_NEGATION bit Indicates if the condition value is negated.
LIVE_SEGMENT_ID bigint The ID of the live segment.

Constraints

  • PRIMARY KEY (ID)