METRIC
Description
This table stores metrics.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the metric. |
| AGGREGATE_SOURCE_METRIC_SOUR_0 | bigint | The foreign key referencing the ID column of the AGGREGATE_SOURCE table. |
| PROFILE_ATTRIBUTE_SOURCE_MET_0 | bigint | The foreign key referencing the ID column of the PROFILE_ATTRIBUTE_SOURCE table. |
| DATA_TYPE | varchar | The data type of the metric. |
| ENUM_NAME | varchar | The name of the enumeration associated with the metric. |
| METRIC_ID | varchar | The ID of the metric. |
| MINIMUM_BUCKET_SIZE | int | The minimum bucket size of the metric. |
| NAME | varchar | The name of the metric. |
Constraints
- UNIQUE KEY UKc6sbp3l30g14ah3o196g4byct (NAME)
- UNIQUE KEY UKmyeiqytcis5ubsqq666nvei3w (METRIC_ID)
Foreign Key Relationships
- AGGREGATE_SOURCE_METRIC_SOUR_0 references AGGREGATE_SOURCE (ID)
- PROFILE_ATTRIBUTE_SOURCE_MET_0 references PROFILE_ATTRIBUTE_SOURCE (ID)