Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ACTIVITY_DIVISION_ID | int | 4 | null |
|
|
The activity division ID |
|||||
| ACTIVITY_DIVISION_NAME | varchar | 50 | √ | null |
|
|
The activity division name |
||||
| ACTIVITY_ID | int | 4 | √ | null |
|
|
The ID of the activity that the division belongs to |
||||
| ACTIVITY_NAME | varchar | 100 | √ | null |
|
|
The name of the activity that the division belongs to |
||||
| ACTIVITY_NUMBER | varchar | 20 | √ | null |
|
|
The number 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 |
|
|
The ID of the gender that this division is open to |
||||
| GENDER_NAME | varchar | 100 | √ | null |
|
|
The gender that this division is open to |
||||
| USED_FOR | varchar | 10 | √ | null |
|
|
Whether this division is used for Teams or Groups |
||||
| LAST_SYNC_TIME | datetime | 16,3 | null |
|
|
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 |