ATCHASTLG
This table holds the attachment asset to language relationship.
Column Descriptions:
Name Type Description ATCHASTLG_ID BIGINT NOT NULL The primary key of the attachment asset language. ATCHAST_ID BIGINT NOT NULL The attachment asset ID. LANGUAGE_ID INTEGER The language ID. OPTCOUNTER SMALLINT NOT NULL DEFAULT 0 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> ATCHASTLG_ID Primary Key I0000859 ATCHAST_ID+LANGUAGE_ID Unique Index I0000871 ATCHAST_ID Non-Unique Index I0000872 LANGUAGE_ID Non-Unique Index
Constrained By Parent Tables:
Constraint Columns Parent Table Parent Columns Type F_1111 ATCHAST_ID ATCHAST ATCHAST_ID Cascade F_1112 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade