Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||
| TalentHuntJobApplicationId | uuid | 2147483647 | null |
|
|
||||||
| status | enum_TalentHuntJobApplications_status | 2147483647 | null |
|
|
||||||
| note | varchar | 66000 | √ | null |
|
|
|||||
| CreatorId | uuid | 2147483647 | √ | null |
|
|
|||||
| creatorType | enum_ActivityLogs_creatorType | 2147483647 | null |
|
|
||||||
| ReferredRecruiterId | uuid | 2147483647 | √ | null |
|
|
|||||
| createdAt | timestamptz | 35,6 | null |
|
|
||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
||||||
| isHiddenFromUsers | bool | 1 | null |
|
|
||||||
| isRecruiterKpi | bool | 1 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| TalentHuntJobApplicationStatusLogs_pkey | Primary key | Asc | id |
| TalentHuntJobApplicationStatusLogs_createdAt_idx | Performance | Asc | createdAt |
| TalentHuntJobApplicationStatusLogs_CreatorId_idx | Performance | Asc | CreatorId |
| TalentHuntJobApplicationStatusLogs_creatorType_idx | Performance | Asc | creatorType |
| TalentHuntJobApplicationStatusLogs_isHiddenFromUsers_idx | Performance | Asc | isHiddenFromUsers |
| TalentHuntJobApplicationStatusLogs_isRecruiterKpi_idx | Performance | Asc | isRecruiterKpi |
| TalentHuntJobApplicationStatusLogs_ReferredRecruiterId_idx | Performance | Asc | ReferredRecruiterId |
| TalentHuntJobApplicationStatusLogs_status_idx | Performance | Asc | status |
| TalentHuntJobApplicationStatusLogs_TalentHuntJobApplicationId_i | Performance | Asc | TalentHuntJobApplicationId |

