Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| candidateId | uuid | 2147483647 | null |
|
|
||||||
| languageCode | text | 2147483647 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
||||||
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| createdByRecruiterId | uuid | 2147483647 | √ | null |
|
|
|||||
| updatedByRecruiterId | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| CandidateLanguages_pkey | Primary key | Asc | id |
| CandidateLanguages_candidateId | Performance | Asc | candidateId |
| CandidateLanguages_candidateId_languageCode_idx | Must be unique | Asc/Asc | candidateId + languageCode |
| CandidateLanguages_languageCode | Performance | Asc | languageCode |



