Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
|||||||||||||||
| candidateId | uuid | 2147483647 | null |
|
|
|||||||||||||||
| name | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawEmail | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawPhoneNumber | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawBirthYear | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawGender | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawCountry | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawCity | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawLinkedInUrl | text | 2147483647 | √ | null |
|
|
||||||||||||||
| rawGithubUrl | text | 2147483647 | √ | null |
|
|
||||||||||||||
| text | 2147483647 | √ | null |
|
|
|||||||||||||||
| phoneCallingCode | varchar | 10 | √ | null |
|
|
||||||||||||||
| phoneNumber | text | 2147483647 | √ | null |
|
|
||||||||||||||
| birthYear | int4 | 10 | √ | null |
|
|
||||||||||||||
| gender | "glints_match"."enum_Candidates_gender" | 2147483647 | √ | null |
|
|
||||||||||||||
| countryCode | varchar | 255 | √ | null |
|
|
||||||||||||||
| locationId | uuid | 2147483647 | √ | null |
|
|
||||||||||||||
| cityId | int4 | 10 | √ | null |
|
|
||||||||||||||
| linkedInUrl | text | 2147483647 | √ | null |
|
|
||||||||||||||
| githubUrl | text | 2147483647 | √ | null |
|
|
||||||||||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
|||||||||||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
|||||||||||||||
| inferredGender | "glints_match"."enum_Candidates_gender" | 2147483647 | √ | null |
|
|
||||||||||||||
| parseResumeId | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| InferredCandidates_pkey | Primary key | Asc | id |
| glints_match_InferredCandidates_candidateId_index | Performance | Asc | candidateId |



