Contains translations of ASMS concepts
Data model
Fields
| Field | Type | Description |
|---|---|---|
| instance_id* | INT | Concept identifier |
| language_id* | VARCHAR (6) | Language Identifier |
| trans_id* | INT | Unique identifier of the translation |
| type_id* | INT | Concept type identifier |
| value* | NVARCHAR (MAX) | JSON with translated concept properties |
Primary Key
| PK_ASMS_TRANSLATION |
|---|
| trans_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| language_id* | dbo.ASMS_LANGUAGE | id | FK01_ASMS_TRANSLATION |
| type_id* | dbo.ASMS_TYPES | id | FK02_ASMS_TRANSLATION |