ACTIVITY_DIVISIONS

0 rows


Description

Your organization’s defined activity divisions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ACTIVITY_DIVISION_ID int 4 null
TEAMS.ACTIVITY_DIVISION_ID Defined in XML R

The activity division ID

ACTIVITY_DIVISION_NAME varchar 50 null

The activity division name

ACTIVITY_ID int 4 null
ACTIVITIES.ACTIVITY_ID Defined in XML R

The ID of the activity that the division belongs to

MIN_AGE int 4 null

The minimum age to participate in this division

MAX_AGE int 4 null

The maximum age to participate in this division

GENDER_INDEX int 4 null
GENDERS.GENDER_INDEX Defined in XML R

The gender that this division is open to

USED_FOR varchar 10 null

Whether this division is used for Teams or Groups

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)
ACTIVITY_DIVISIONS_ACTIVITY_DIVISION_ID_ORG_ID_PK Primary key Asc/Asc ACTIVITY_DIVISION_ID + ORG_ID
ACTIVITY_DIVISIONS_ACTIVITY_ID_IX Performance Asc ACTIVITY_ID
ACTIVITY_DIVISIONS_GENDER_INDEX_IX Performance Asc GENDER_INDEX
ACTIVITY_DIVISIONS_ROW_VERSION_IX Performance Asc ROW_VERSION

Relationships