Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SKILL_ID | int | 4 | null |
|
|
The skill ID |
|||||
| SKILL_NAME | varchar | 50 | √ | null |
|
|
The skill name |
||||
| SKILL_DESCRIPTION | varchar | 2000 | √ | null |
|
|
The skill description |
||||
| FOR_INSTRUCTORS | varchar | 5 | √ | null |
|
|
Whether this skill can be assigned to instructors (Yes/No) |
||||
| FOR_ACTIVITIES | varchar | 5 | √ | null |
|
|
Whether this skill can be assigned to activities (Yes/No) |
||||
| FOR_OFFICIALS | varchar | 5 | √ | null |
|
|
Whether this skill can be assigned to league officials (Yes/No) |
||||
| FOR_CUSTOMERS | varchar | 5 | √ | null |
|
|
Whether this skill can be assigned to customers (Yes/No) |
||||
| FOR_PROGRAMS | varchar | 5 | √ | null |
|
|
Whether this skill can be assigned to programs (Yes/No) |
||||
| 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 |