Stores the relationship between EMLMSG and
EMLCONTENT table.
Column Descriptions:
Name | Type | Description |
EMLMSG_ID | INTEGER NOT NULL | Reference to the EMLMSG_ID in the EMLMSG
table. |
EMLCONTENT_ID | INTEGER NOT NULL | Reference to the EMLCONTENT_ID in the EMLCONTENT
table. |
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> | EMLMSG_ID+EMLCONTENT_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1210 | EMLMSG_ID | EMLMSG | EMLMSG_ID | Cascade |
F_1211 | EMLCONTENT_ID | EMLCONTENT | EMLCONTENT_ID | Cascade |