Store translations about the attributes associated with each column within analysis models
Data model
Fields
| Field | Type | Description |
|---|---|---|
| attribute_id* | UNIQUEIDENTIFIER | Attribute Identifier |
| created_date* | DATETIME | Record creation date |
| language_id* | CHAR (2) | Language identifier |
| name* | VARCHAR (50) | Attribute Name |
Primary Key
| PK_DMM_ATTRIBUTE_TRANSLATION |
|---|
| language_id, attribute_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| attribute_id* | dbo.DMM_ATTRIBUTE | id | FK01_DMM_ATTRIBUTE_TRANSLATION |
| language_id* | dbo.AFW_LANGUAGE | id | FK02_DMM_ATTRIBUTE_TRANSLATION |