Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| CHANGE_LOG_ID | int | 4 | null |
|
|
Unique ID of the Change Log record |
||
| ITEM_ID | int | 4 | √ | null |
|
|
ID of the Item that was changed |
|
| ITEM_TYPE | int | 4 | √ | null |
|
|
Type of Item that was changed |
|
| ITEM_TYPE_NAME | varchar | 100 | √ | null |
|
|
Name of the Type of Item that was changed |
|
| CHANGE_TYPE | varchar | 100 | √ | null |
|
|
The type of change that occurred (Add, Change, Delete) |
|
| DATESTAMP | datetime | 16,3 | √ | null |
|
|
Date and time of the change |
|
| KEYWORD | varchar | 100 | √ | null |
|
|
Additional information about the change |
|
| SYSTEMUSER_ID | int | 4 | √ | null |
|
|
ID of the System User who made the change |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ITEM_CHANGE_LOG | Primary key | Asc/Asc | ORG_ID + CHANGE_LOG_ID |