Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| candidateId | uuid | 2147483647 | null |
|
|
||||||
| locationId | uuid | 2147483647 | √ | null |
|
|
|||||
| countryCode | varchar | 255 | √ | null |
|
|
|||||
| cityId | int4 | 10 | √ | null |
|
|
|||||
| needsVisa | bool | 1 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
||||||
| createdByRecruiterId | uuid | 2147483647 | √ | null |
|
|
|||||
| updatedByRecruiterId | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| CandidateLocationPreferences_pkey | Primary key | Asc | id |
| CandidateLocationPreferences_candidateId | Performance | Asc | candidateId |
| CandidateLocationPreferences_locationId | Performance | Asc | locationId |



