Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| jobId | uuid | 2147483647 | null |
|
|
||||||
| actionUserId | uuid | 2147483647 | √ | null |
|
|
|||||
| previousStatus | enum_Jobs_status | 2147483647 | null |
|
|
||||||
| updatedStatus | enum_Jobs_status | 2147483647 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
||||||
| automationTrigger | enum_AutomationTrigger_type | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| JobStatusLogs_pkey | Primary key | Asc | id |
| JobStatusLogs_automationTrigger_idx | Performance | Asc | automationTrigger |
| public_JobStatusLogs_jobId_idx | Performance | Asc | jobId |

