Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
||||
| PROGRAM_SESSION_ID | int | 4 | √ | null |
|
|
Program / Session linking ID. |
||||
| PROGRAM_ID | int | 4 | √ | null |
|
|
ID of the program that the session belongs to. |
||||
| SESSION_ID | int | 4 | √ | null |
|
|
Session ID. |
||||
| SESSION_ORDER_NUMBER | int | 4 | √ | null |
|
|
The display order that this session should be displayed within this program |
||||
| TOTAL_ENROLLMENTS | int | 4 | √ | null |
|
|
The total number of session time slot enrollments for the program |
||||
| TOTAL_ENROLLED_PARTICIPANTS | int | 4 | √ | null |
|
|
The total number of participants enrolled for any session in the program |
||||
| TOTAL_WAITLISTS | int | 4 | √ | null |
|
|
The total number of session time slots waitlists for the program |
||||
| TOTAL_WAITLISTED_PARTICIPANTS | int | 4 | √ | null |
|
|
The total number of participants waitlisted for any session in the program |
||||
| 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) |
|---|---|---|---|
| PROGRAM_SESSIONS_ACTIVE_HUB_KEY_PK | Primary key | Asc | ACTIVE_HUB_KEY |
| PROGRAM_SESSIONS_PROGRAM_ID_IX | Performance | Asc | PROGRAM_ID |
| PROGRAM_SESSIONS_PROGRAM_SESSION_ID_ORG_ID_UQ | Must be unique | Asc/Asc | PROGRAM_SESSION_ID + ORG_ID |
| PROGRAM_SESSIONS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| PROGRAM_SESSIONS_SESSION_ID_IX | Performance | Asc | SESSION_ID |