Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| candidateId | uuid | 2147483647 | null |
|
|
||||||
| title | varchar | 255 | null |
|
|
||||||
| startDate | timestamptz | 35,6 | √ | null |
|
|
|||||
| endDate | timestamptz | 35,6 | √ | null |
|
|
|||||
| isPresent | bool | 1 | false |
|
|
||||||
| companyName | varchar | 255 | √ | null |
|
|
|||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
||||||
| createdByRecruiterId | uuid | 2147483647 | √ | null |
|
|
|||||
| updatedByRecruiterId | uuid | 2147483647 | √ | null |
|
|
|||||
| hierarchicalJobCategoryId | uuid | 2147483647 | √ | null |
|
|
|||||
| industryId | int4 | 10 | √ | null |
|
|
|||||
| inferredHJCId | uuid | 2147483647 | √ | null |
|
|
|||||
| inferredHJCScore | float4 | 8,8 | √ | null |
|
|
|||||
| hasInferredHJC | bool | 1 | false |
|
|
To indicate that it has gone through the HJC inference process |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| CandidateWorkExperiences_pkey | Primary key | Asc | id |
| CandidateWorkExperiences_candidateId_idx | Performance | Asc | candidateId |
| CandidateWorkExperiences_createdAt_id_idx | Performance | Asc/Asc | createdAt + id |
| glints_match_CandidateWorkExperiences_inferredHJCId_idx | Performance | Asc | inferredHJCId |



