Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
||||
| INTEREST_LIST_ID | int | 4 | √ | null |
|
|
The interest list ID |
||||
| INTEREST_LIST_NAME | varchar | 50 | √ | null |
|
|
Name of the interest list |
||||
| CATEGORY_ID | int | 4 | √ | null |
|
|
The category ID of the interest list |
||||
| SUB_CATEGORY_ID | int | 4 | √ | null |
|
|
The sub-category ID of the interest list |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
The ID of the customer who has signed up for the interest list |
||||
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the facility that is assigned to the interest list |
||||
| PACKAGE_ID | int | 4 | √ | null |
|
|
The ID of the package that is assigned to the interest list |
||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The ID of the activity that is assigned to the interest list |
||||
| PROGRAM_ID | int | 4 | √ | null |
|
|
The ID of the program that is assigned to the interest list |
||||
| CUSTOMER_MAIL_ID | int | 4 | √ | null |
|
|
Customer interest list ID (for internal synchronization) |
||||
| FACILITY_MAIL_ID | int | 4 | √ | null |
|
|
Facility interest list ID (for internal synchronization) |
||||
| PACKAGE_MAIL_ID | int | 4 | √ | null |
|
|
Package interest list ID (for internal synchronization) |
||||
| ACTIVITY_MAIL_ID | int | 4 | √ | null |
|
|
Activity interest list ID (for internal synchronization) |
||||
| PROGRAM_MAIL_ID | int | 4 | √ | null |
|
|
Program interest list ID (for internal synchronization) |
||||
| 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) |
|---|---|---|---|
| INTEREST_LISTS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| INTEREST_LISTS_ACTIVITY_ID_IX | Performance | Asc | ACTIVITY_ID |
| INTEREST_LISTS_ACTIVITY_MAIL_ID_IX | Performance | Asc | ACTIVITY_MAIL_ID |
| INTEREST_LISTS_CATEGORY_ID_IX | Performance | Asc | CATEGORY_ID |
| INTEREST_LISTS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| INTEREST_LISTS_CUSTOMER_MAIL_ID_IX | Performance | Asc | CUSTOMER_MAIL_ID |
| INTEREST_LISTS_FACILITY_ID_IX | Performance | Asc | FACILITY_ID |
| INTEREST_LISTS_FACILITY_MAIL_ID_IX | Performance | Asc | FACILITY_MAIL_ID |
| INTEREST_LISTS_INTEREST_LIST_ID_ACTIVITY_MAIL_ID_ORG_ID_IX | Performance | Asc/Asc/Asc | INTEREST_LIST_ID + ACTIVITY_MAIL_ID + ORG_ID |
| INTEREST_LISTS_INTEREST_LIST_ID_CUSTOMER_MAIL_ID_ORG_ID_IX | Performance | Asc/Asc/Asc | INTEREST_LIST_ID + CUSTOMER_MAIL_ID + ORG_ID |
| INTEREST_LISTS_INTEREST_LIST_ID_FACILITY_MAIL_ID_ORG_ID_IX | Performance | Asc/Asc/Asc | INTEREST_LIST_ID + FACILITY_MAIL_ID + ORG_ID |
| INTEREST_LISTS_INTEREST_LIST_ID_IX | Performance | Asc | INTEREST_LIST_ID |
| INTEREST_LISTS_INTEREST_LIST_ID_PACKAGE_MAIL_ID_ORG_ID_IX | Performance | Asc/Asc/Asc | INTEREST_LIST_ID + PACKAGE_MAIL_ID + ORG_ID |
| INTEREST_LISTS_INTEREST_LIST_ID_PROGRAM_MAIL_ID_ORG_ID_IX | Performance | Asc/Asc/Asc | INTEREST_LIST_ID + PROGRAM_MAIL_ID + ORG_ID |
| INTEREST_LISTS_PACKAGE_ID_IX | Performance | Asc | PACKAGE_ID |
| INTEREST_LISTS_PACKAGE_MAIL_ID_IX | Performance | Asc | PACKAGE_MAIL_ID |
| INTEREST_LISTS_PROGRAM_ID_IX | Performance | Asc | PROGRAM_ID |
| INTEREST_LISTS_PROGRAM_MAIL_ID_IX | Performance | Asc | PROGRAM_MAIL_ID |
| INTEREST_LISTS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| INTEREST_LISTS_SUB_CATEGORY_ID_IX | Performance | Asc | SUB_CATEGORY_ID |