Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The Hub record ID |
|
| DCSESSIONDATE_ID | int | 4 | null |
|
|
The dcsessiondate ID |
||
| DCSESSION_ID | int | 4 | √ | null |
|
|
The dcsession ID |
|
| FACILITY_ID | int | 4 | √ | null |
|
|
The ID of the parent facility |
|
| FACILITY_SCHEDULE_ID | int | 4 | √ | null |
|
|
The facility schedule ID |
|
| NUMBERREGISTERED | smallint | 2 | √ | null |
|
|
The number registered for the session date |
|
| PENDINGREGISTRATIONS | smallint | 2 | √ | null |
|
|
The pending registrations for the session date |
|
| NUMBERWAITLISTS | smallint | 2 | √ | null |
|
|
The current number of people waitlisted for this session date |
|
| CANCELED_DATE | varchar | 3 | √ | null |
|
|
The canceled date for the session date |
|
| AVAILABLE_FOR_TRIAL | varchar | 3 | √ | null |
|
|
The available for trial for the session date |
|
| NUMBER_TRIAL_CLASS_REGISTERED | smallint | 2 | √ | null |
|
|
The number trial class registered for the session date |
|
| CLOSED_DATE | varchar | 3 | √ | null |
|
|
The closed date for the session date |
|
| OVERRIDE_ENROLL_MIN | smallint | 2 | √ | null |
|
|
The override enroll min for the session date |
|
| OVERRIDE_ENROLL_MAX | smallint | 2 | √ | null |
|
|
The override enroll max for the session date |
|
| DELETED | varchar | 3 | √ | null |
|
|
Whether the session date has been marked as deleted (Yes/No) |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for INTernal use) |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| 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 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_DCSESSIONDATES | Primary key | Asc/Asc | DCSESSIONDATE_ID + ORG_ID |