HWR_SKILL_HISTORY
This table stores the skill scores history.
Details
-
Schema: FUSION
-
Object owner: HWR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
HWR_SKILL_HISTORY_PK |
ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ID | NUMBER | 18 | Yes | This is the primary key for this table, generated by sequence. | |
PERSON_ID | VARCHAR2 | 500 | Yes | The fusion profile ID. | |
TOPIC_ID | NUMBER | 18 | Yes | Topic ID of the skill. | |
RAW_SCORE | NUMBER | Raw score of the skill. | |||
PERCENTILE | NUMBER | 3 | Percentile rank of the user skill compared to other users. | ||
STATUS | NUMBER | 2 | Skill score status compared to last week, 0 means unchanged, 1 means increased, -1 means decreased. | ||
START_DATE | TIMESTAMP | The beginning date of the week. | |||
END_DATE | TIMESTAMP | The end date of the week. | |||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
HWR_SKILL_HISTORY_U1 | Unique | Default | ID |