Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
||||||||||||
| ApplicationId | uuid | 2147483647 | null |
|
|
||||||||||||
| status | enum_Applications_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) |
|---|---|---|---|
| ApplicationStatusLogs_pkey | Primary key | Asc | id |
| ApplicationStatusLogs_ApplicationId_idx | Performance | Asc | ApplicationId |
| ApplicationStatusLogs_createdAt_idx | Performance | Asc | createdAt |
| ApplicationStatusLogs_CreatorId_idx | Performance | Asc | CreatorId |
| ApplicationStatusLogs_creatorType_idx | Performance | Asc | creatorType |
| ApplicationStatusLogs_status_idx | Performance | Asc | status |

