METRIC_SOURCE
Description
This table stores metric sources.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the metric source. |
| 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. |
Foreign Key Relationships
- AGGREGATE_SOURCE_METRIC_SOUR_0 references AGGREGATE_SOURCE (ID)
- PROFILE_ATTRIBUTE_SOURCE_MET_0 references PROFILE_ATTRIBUTE_SOURCE (ID)