Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||
| reason | enum_Recommendations_rejectionReason | 2147483647 | null |
|
|
||||||
| otherReason | varchar | 65535 | √ | null |
|
|
|||||
| RejectionRecommendationId | uuid | 2147483647 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | null |
|
|
||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
||||||
| RecommendationStatusLogId | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| RecommendationRejectionReasons_pkey | Primary key | Asc | id |
| RecommendationRejectionReasons_RecommendationStatusLogId_idx | Performance | Asc | RecommendationStatusLogId |
| RecommendationRejectionReasons_RejectionRecommendationId_idx | Performance | Asc | RejectionRecommendationId |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| RecommendationRejectionReasons_otherReason_check | (((reason = 'OTHER'::"enum_Recommendations_rejectionReason") OR ((reason <> 'OTHER'::"enum_Recommendations_rejectionReason") AND ("otherReason" IS NULL)))) |

