LOOKUP_ATTRIBUTE
Description
This table stores lookup attributes.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the lookup attribute. |
| NAME | varchar | The name of the lookup attribute. |
| RETAINED | bit | Indicates if the lookup attribute is retained. |
| TYPE | varchar | The type of the lookup attribute. |
| TABLE_ATTRIBUTE_LOOKUP_ATTRI_0 | bigint | The foreign key referencing the ID column of the TABLE_ATTRIBUTE table. |
| LOOKUP_ATTRIBUTES_ENRICHMENT_0 | bigint | The foreign key referencing the ID column of the ENRICHMENT_OPERATION table. |
| LOOKUP_ATTRIBUTES_HJORDER | int | The order of the lookup attribute in the hierarchy. |
Foreign Key Relationships
- TABLE_ATTRIBUTE_LOOKUP_ATTRI_0 references TABLE_ATTRIBUTE (ID)
- LOOKUP_ATTRIBUTES_ENRICHMENT_0 references ENRICHMENT_OPERATION (ID)