Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | bigint identity | 8 | √ | null |
|
|
The Hub record ID |
||||
| FAMILY_MEMBER_ID | int | 4 | √ | null |
|
|
ID of the family member record. |
||||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Customer’s ID |
||||
| FAMILY_ID | int | 4 | √ | null |
|
|
ID of the family record. |
||||
| FAMILY_NAME | varchar | 255 | √ | null |
|
|
Family last name. |
||||
| MAIN_CONTACT | varchar | 5 | √ | null |
|
|
Whether the family member is the main contact for the family (Yes/No). |
||||
| IMMEDIATE_FAMILY_MEMBER | varchar | 5 | √ | null |
|
|
Whether the family member is an immediate family member (Yes/No). |
||||
| 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 |
||||
| FAMILY_ROLE_ID | int | 4 | √ | null |
|
|
The ID of the customer’s role in the family. |
||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| FAMILY_MEMBERS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| FAMILY_MEMBERS_CUSTOMER_ID_IX | Performance | Asc | CUSTOMER_ID |
| FAMILY_MEMBERS_FAMILY_ID_IX | Performance | Asc | FAMILY_ID |
| FAMILY_MEMBERS_FAMILY_MEMBER_ID_ORG_ID_UQ | Must be unique | Asc/Asc | FAMILY_MEMBER_ID + ORG_ID |
| FAMILY_MEMBERS_FAMILY_ROLE_ID_IX | Performance | Asc | FAMILY_ROLE_ID |
| FAMILY_MEMBERS_MAIN_CONTACT_IX | Performance | Asc | MAIN_CONTACT |
| FAMILY_MEMBERS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |