Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
ACTIVE HUB ID identity value auto generated by system |
|
| OrgDeletedRecordsLog_ID | int | 4 | √ | null |
|
|
Unique ID of the record |
|
| ORG_ID | int | 4 | √ | null |
|
|
Unique ID assigned to the ORG |
|
| table_name | varchar | 255 | √ | null |
|
|
ORG Table name from which records were deleted |
|
| deleted_id | varchar | 255 | √ | null |
|
|
ID of the record deleted |
|
| created_dt | datetime | 16,3 | √ | null |
|
|
Date and time when the record was pulled from source system |
|
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time when the record was pulled into AHUB |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
Clover RUN ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| OrgDeletedRecordsLog_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| OrgDeletedRecordsLog_Org_ID_OrgDeletedRecordsLog_ID | Performance | Asc/Asc | ORG_ID + OrgDeletedRecordsLog_ID |
| OrgDeletedRecordsLog_Org_ID_table_name_deleted_id | Performance | Asc/Asc/Asc | ORG_ID + table_name + deleted_id |