Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| candidateWorkExperienceId | uuid | 2147483647 | null |
|
|
||||||
| skillId | uuid | 2147483647 | null |
|
|
||||||
| skillInferenceScore | float4 | 8,8 | √ | null |
|
|
|||||
| normalizedSkillId | uuid | 2147483647 | √ | null |
|
|
|||||
| normalizedSkillInferenceScore | float4 | 8,8 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| CandidateWorkExperienceSkills_pkey | Primary key | Asc | id |
| glints_match_CandidateWorkExperienceSkills_candidateWorkExperie | Performance | Asc | candidateWorkExperienceId |
| glints_match_CandidateWorkExperienceSkills_normalizedSkillId_id | Performance | Asc | normalizedSkillId |
| glints_match_CandidateWorkExperienceSkills_skillId_idx | Performance | Asc | skillId |

