The USER_ACTIVITY table contains information on the users involved with each activity. This table has an identifying relationship to the ACTIVITY table and the USERINFO table.
|
|
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
ACTIVITYID (PK) (FK) |
STANDARDID(12) |
NOT NULL |
USER_ACTIVITY_USERID_ACTID_PK (CA) |
(Many) to (One) |
|
USERID (PK) (FK) |
STANDARDID(12) |
NOT NULL |
USER_ACTIVITY_USERID_ACTID_PK (CA) |
(Many) to (One) |
|
CONFIRMED |
BOOLEAN(1) |
NULLS |
|
|
|
ALARMTIME |
datetime(8) |
NULLS |
|
|
|
ALARM |
char(1) |
NULLS |
|
|
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATESOURCE |
varchar(64) |
NULLS |
|
|
|
APPID (FK) |
char(12) |
NULLS |
(Many) to (One) | ||
GLOBALSYNCID |
varchar(36) |
NULLS |
|||
TICK |
int |
NULLS |