TARGET_METRIC
Description
This table stores the target metric information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the target metric. |
| FEEDS_SELECTOR_TARGET_METRIC_0 | bigint | The feeds selector target metric value. |
| PROFILE_CONDITION_VALUE_TARG_0 | bigint | The profile condition value target metric value. |
Primary Key
- ID
Foreign Key Relationships
- FEEDS_SELECTOR_TARGET_METRIC_0 references FEEDS_SELECTOR(ID)
- PROFILE_CONDITION_VALUE_TARG_0 references TARGET_METRIC_PROFILE_CONDIT_0(ID)