Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SEASON_ID | int | 4 | null |
|
|
The season ID |
|||||||||||||||||||||||
| SEASON_NAME | varchar | 40 | √ | null |
|
|
The season name |
||||||||||||||||||||||
| SEASON_NUMBER | int | 4 | √ | null |
|
|
The season number if defined |
||||||||||||||||||||||
| SITE_ID | int | 4 | √ | null |
|
|
The ID of the site that the season is specific to (NULL for all sites) |
||||||||||||||||||||||
| START_DATE | date | 20 | √ | null |
|
|
The starting date of the season |
||||||||||||||||||||||
| END_DATE | date | 20 | √ | null |
|
|
The ending date of the season |
||||||||||||||||||||||
| IN_PERSON_REGISTRATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration opens for in-person enrollments |
||||||||||||||||||||||
| NON_RESIDENT_IN_PERSON_REGISTRATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration opens for online enrollments for non-residents |
||||||||||||||||||||||
| MEMBER_IN_PERSON_REGISTRATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration opens for in-person enrollments for members |
||||||||||||||||||||||
| IN_PERSON_REGISTRATION_END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration ends for in-person enrollments |
||||||||||||||||||||||
| INTERNET_REGISTRATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration opens for online enrollments |
||||||||||||||||||||||
| NON_RESIDENT_INTERNET_REGISTRATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration opens for in-person enrollments for non-residents |
||||||||||||||||||||||
| MEMBER_INTERNET_REGISTRATION_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration opens for online enrollments for members |
||||||||||||||||||||||
| INTERNET_REGISTRATION_END_DATE_TIME | datetime | 16,3 | √ | null |
|
|
The date and time that registration ends for online enrollments |
||||||||||||||||||||||
| PAYROLL_PERIODS_IGNORE_SEASON_DATE_RANGE | varchar | 5 | √ | null |
|
|
Whether payroll periods ignore the start and end dates of this season (Yes/No) |
||||||||||||||||||||||
| IS_RETIRED | varchar | 5 | √ | null |
|
|
Whether this season has been retired from further use (Yes/No) |
||||||||||||||||||||||
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
||||||||||||||||||||||
| 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 |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| SEASONS_SEASON_ID_ORG_ID_PK | Primary key | Asc/Asc | SEASON_ID + ORG_ID |
| SEASONS_ROW_VERSION_IX | Performance | Asc | ROW_VERSION |
| SEASONS_SITE_ID_IX | Performance | Asc | SITE_ID |