provides internationalized text for other tables.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | Create date of the text record. | |
| locale | varchar | 100 | false | The locale code of the text. | |
| modificationDate | bigint | N/A | false | Last modification date of the text record. | |
| objectAttribute | int | N/A | false | Attribute of the object (name, description). | |
| objectID | bigint | N/A | false | ID of the object being referenced by the objectType column. | |
| objectType | int | N/A | false | Type of object (profile field, status level). | |
| text | varchar | 2000 | false | true | The internationalized text. Primary key. |
| textID | bigint | N/A | false | System generated surrogate key. Primary key. |