This table contains the data that associates with a
particular activity.
Column Descriptions:
Name | Type | Description |
ACTIVITY_ID | BIGINT NOT NULL | The identifier of the activity. Foreign Key to
the CTXMGMT table |
NAME | VARCHAR (128) NOT NULL | The name of the context data object |
SERVALUE | VARCHAR (2048) | The value associated with the context data. |
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> | ACTIVITY_ID+NAME | Primary Key |
I0000841 | ACTIVITY_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1085 | ACTIVITY_ID | CTXMGMT | ACTIVITY_ID | Cascade |