Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| process_id | int4 | 10 | null |
|
|
|||||||||
| user_id | uuid | 2147483647 | null |
|
|
|||||||||
| start_time | timestamp | 29,6 | √ | null |
|
|
||||||||
| finished_time | timestamp | 29,6 | √ | null |
|
|
||||||||
| creation_time | timestamp | 29,6 | null |
|
|
|||||||||
| script | varchar | 256 | null |
|
|
|||||||||
| status | varchar | 32 | √ | null |
|
|
||||||||
| parameters | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| process_pkey | Primary key | Asc | process_id |
| process_name_idx | Performance | Asc | script |
| process_start_time_idx | Performance | Asc | start_time |
| process_status_idx | Performance | Asc | status |
| process_user_id_idx | Performance | Asc | user_id |

