Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| create_ts | timestamp | 29,6 | √ | null |
|
|
|||||
| created_by | varchar | 50 | √ | null |
|
|
|||||
| report_id | uuid | 2147483647 | √ | null |
|
|
|||||
| report_name | varchar | 255 | null |
|
|
||||||
| report_code | varchar | 255 | √ | null |
|
|
|||||
| username | varchar | 255 | null |
|
|
||||||
| start_time | timestamp | 29,6 | null |
|
|
||||||
| finish_time | timestamp | 29,6 | √ | null |
|
|
|||||
| is_success | bool | 1 | √ | false |
|
|
|||||
| cancelled | bool | 1 | √ | false |
|
|
|||||
| params | text | 2147483647 | √ | null |
|
|
|||||
| error_message | text | 2147483647 | √ | null |
|
|
|||||
| output_document | varchar | 4000 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| REPORT_EXECUTION_pkey | Primary key | Asc | id |
| idx_report_exec_report_id | Performance | Asc | report_id |
| idx_report_exec_start_time | Performance | Asc | start_time |

