| Primary Key | Field Type | 
|---|---|
|  ID | uniqueidentifier | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  LABELNAME | nvarchar(100) | Default = '' | name of the Event Label | |
|  LABELVALUE | nvarchar(100) | Default = '' | value of the Event Label | |
|  DATEADDED | datetime | Default = getdate() | Indicates the date this record was added. | |
|  DATECHANGED | datetime | Default = getdate() | Indicates the date this record was last changed. | |
|  TS | timestamp | Timestamp. | ||
|  TSLONG | bigint (Computed) |  | CONVERT(bigint, TS) | Numeric representation of the timestamp. | 
|  COPYSOURCEID | uniqueidentifier |  | Original copy from ID | |
|  COPYBATCHGUID | uniqueidentifier |  | Copy batch ID | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  EVENTID | uniqueidentifier | EVENT.ID | Foreign Key to Event Table | |
|  ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
|  CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_EVENTLABEL_DATEADDED | DATEADDED |  | ||
|  IX_EVENTLABEL_DATECHANGED | DATECHANGED | |||
|  IX_EVENTLABEL_EVENTID | EVENTID | |||
|  PK_EVENTLABEL | ID |  |  | 
| Trigger Name | Description | 
|---|---|
|  TR_EVENTLABEL_AUDIT_UPDATE | |
|  TR_EVENTLABEL_AUDIT_DELETE | 
