Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ACTIVE_HUB_KEY | int identity | 4 | √ | null |
|
|
The dbo record ID |
|
| CUSTOMERSKILL_ID | int | 4 | null |
|
|
Customer skills table primary key |
||
| CUSTOMER_ID | int | 4 | √ | null |
|
|
Customer ID |
|
| SKILL_ID | int | 4 | √ | null |
|
|
ID of the Skill evaluated |
|
| EVALUATOR_ID | int | 4 | √ | null |
|
|
CUSTOMER ID of the person evaluating |
|
| EVALUATION_DATE | datetime | 16,3 | √ | null |
|
|
Date of evaluation |
|
| QUALIFICATION_DATE | datetime | 16,3 | √ | null |
|
|
Date the Customer met the necessary criteria or standards for the skill |
|
| EXPIRY_DATE | datetime | 16,3 | √ | null |
|
|
Date the Skill can no longer be used for qualification |
|
| COMMENTS | varchar | 8000 | √ | null |
|
|
Evaluatore comments |
|
| ROW_VERSION | binary | 8 | √ | null |
|
|
System timestamp (for internal use) |
|
| ORG_ID | int | 4 | null |
|
|
Your organization’s unique identifier in the Active Net system |
||
| LAST_SYNC_TIME | datetime | 16,3 | (getdate()) |
|
|
Date and time dbo record was last modified |
||
| ACTIVE_HUB_PROCESS_ID | bigint | 8 | √ | null |
|
|
The dbo sync process ID |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_CUSTOMER_SKILLS | Primary key | Asc/Asc | CUSTOMERSKILL_ID + ORG_ID |