Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||
| RecommendationId | uuid | 2147483647 | null |
|
|
||||||
| status | enum_Recommendations_status | 2147483647 | null |
|
|
||||||
| note | varchar | 66000 | √ | null |
|
|
|||||
| CreatorId | uuid | 2147483647 | √ | null |
|
|
|||||
| creatorType | enum_ActivityLogs_creatorType | 2147483647 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | null |
|
|
||||||
| updatedAt | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| RecommendationStatusLogs_pkey | Primary key | Asc | id |
| RecommendationStatusLogs_CreatorId_idx | Performance | Asc | CreatorId |
| RecommendationStatusLogs_creatorType_idx | Performance | Asc | creatorType |
| RecommendationStatusLogs_RecommendationId_idx | Performance | Asc | RecommendationId |
| RecommendationStatusLogs_status_idx | Performance | Asc | status |

