CHILD_SEASONS

0 rows


Description

Your organization’s defined child seasons

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CHILD_SEASON_ID int 4 null
ACTIVITIES.CHILD_SEASON_ID Defined in XML R
CHARGES.CHILD_SEASON_ID Defined in XML R
PROGRAMS.CHILD_SEASON_ID Defined in XML R
USAGE_FEES.EARLY_REGISTRATION_UNTIL_CHILD_SEASON_ID Defined in XML R

The child season ID

CHILD_SEASON_NAME varchar 40 null

The child season name

CHILD_SEASON_NUMBER int 4 null

The child season number if defined

PARENT_SEASON_ID int 4 null

The ID of the season that this child season belongs to

START_DATE date 20 null

The starting date of the child season

END_DATE date 20 null

The ending date of the child 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 child season (Yes/No)

IS_RETIRED varchar 5 null

Whether this child 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

SEASON_ID Unknown 0 null
SEASONS.SEASON_ID Defined in XML R

Indexes

Constraint Name Type Sort Column(s)
CHILD_SEASONS_CHILD_SEASON_ID_ORG_ID_PK Primary key Asc/Asc CHILD_SEASON_ID + ORG_ID
CHILD_SEASONS_PARENT_SEASON_ID_IX Performance Asc PARENT_SEASON_ID
CHILD_SEASONS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships