Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | bigint identity | 8 | √ | null |
|
|
The Hub record ID |
||||||||||||||||
| ALTERNATE_KEY_STATUS_ID | int | 4 | √ | null |
|
|
Alternate key status ID. |
||||||||||||||||
| ALTERNATE_KEY_STATUS | varchar | 50 | √ | null |
|
|
Alternate key status title. |
||||||||||||||||
| IS_RETIRED | varchar | 5 | √ | null |
|
|
Whether the alternate key status has been retired (Yes/No). |
||||||||||||||||
| HAS_MEMBERSHIP_PRIVILEGES | varchar | 5 | √ | null |
|
|
Whether the alternate key status provides membership privileges (Yes/No). |
||||||||||||||||
| MAX_INACTIVE_DAYS_BEFORE_SUSPENDED | int | 4 | √ | null |
|
|
The maximum number of days the customer may be inactive before their membership privileges will be suspended. |
||||||||||||||||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time Hub record was last modified |
|||||||||||||||||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The Hub sync process ID |
||||||||||||||||
| ORG_ID | int | 4 | √ | null |
|
|
Your organization’s unique identifier in the Active Net system |
||||||||||||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ALTERNATE_KEY_STATUSES_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| ALTERNATE_KEY_STATUSES_ALTERNATE_KEY_STATUS_ID_ORG_ID_UQ | Must be unique | Asc/Asc | ALTERNATE_KEY_STATUS_ID + ORG_ID |
| ALTERNATE_KEY_STATUSES_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |