TARGET_METRIC_PROFILE_CONDIT_0
Description
This table stores the target metric profile condition information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the target metric profile condition. |
| TEMPLATE_ID | varchar | The ID of the template associated with the target metric profile condition. |
| TARGET_METRIC_VALUE_TARGET_M_0 | bigint | The target metric value target metric profile condition value. |
Primary Key
- ID
Foreign Key Relationships
- TARGET_METRIC_VALUE_TARGET_M_0 references TARGET_METRIC_VARIANT_VALUE(ID)