ANALYTICS_RUN_DRAFT_RULE_IDS

Description

This table stores additional information for analytics run draft rule IDs.

Columns

ANALYTICS_RUN_DRAFT_RULE_IDS

Column Name Data Type Description
ID bigint(20) Primary key, unique identifier for each record.
HJVALUE bigint(20) Additional value for the record.
HJINDEX int(11) Index for the record.

Foreign Key Relationships

  • ID references ANALYTICS_RUN_DRAFT(ID)