Reserved for IBM internal use.
Column Descriptions:
| Name | Type | Description |
| TFDOMAIN_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
| CREATETIME | TIMESTAMP | Reserved for IBM internal use. |
| LANGUAGE_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
| UPDATETIME | TIMESTAMP | Reserved for IBM internal use. |
| DOMAINNAME | VARCHAR (254) | Reserved for IBM internal use. |
| OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | TFDOMAIN_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_850 | TFDOMAIN_ID | TFDOMAIN | TFDOMAIN_ID | Cascade |
| F_851 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |