Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
|||||||||
| varchar | 255 | √ | null |
|
|
|||||||||
| firstName | varchar | 255 | √ | null |
|
|
||||||||
| lastName | varchar | 255 | √ | null |
|
|
||||||||
| phone | varchar | 255 | √ | null |
|
|
||||||||
| createdAt | timestamptz | 35,6 | null |
|
|
|||||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
|||||||||
| phoneCountryCode | varchar | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| TalentHuntEnquirers_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| phone_country_code_check | ((((phone IS NOT NULL) AND ("phoneCountryCode" IS NOT NULL)) OR ((phone IS NULL) AND ("phoneCountryCode" IS NULL)))) |

