Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_report_builder_export_id_seq'::regclass) |
|
|
|||||
| reportid | int8 | 19 | null |
|
|
||||||
| userid | int8 | 19 | null |
|
|
||||||
| contextid | int8 | 19 | null |
|
|
||||||
| filter | text | 2147483647 | √ | null |
|
|
|||||
| hash | varchar | 64 | √ | null |
|
|
|||||
| status | int2 | 5 | 0 |
|
|
||||||
| path | text | 2147483647 | √ | null |
|
|
|||||
| filename | text | 2147483647 | √ | null |
|
|
|||||
| error | text | 2147483647 | √ | null |
|
|
|||||
| timequeued | int8 | 19 | null |
|
|
||||||
| timestarted | int8 | 19 | √ | null |
|
|
|||||
| timefinished | int8 | 19 | √ | null |
|
|
|||||
| timeexpired | int8 | 19 | √ | null |
|
|
|||||
| timestatuschanged | int8 | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_repobuilexpo_id_pk | Primary key | Asc | id |
| app_repobuilexpo_con_ix | Performance | Asc | contextid |
| app_repobuilexpo_hasuserep_ix | Performance | Asc/Asc/Asc | hash + userid + reportid |
| app_repobuilexpo_rep_ix | Performance | Asc | reportid |
| app_repobuilexpo_sta_ix | Performance | Asc | status |
| app_repobuilexpo_tim2_ix | Performance | Asc | timequeued |
| app_repobuilexpo_tim3_ix | Performance | Asc | timestatuschanged |
| app_repobuilexpo_tim_ix | Performance | Asc | timeexpired |
| app_repobuilexpo_use_ix | Performance | Asc | userid |

