Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('app_report_builder_run_time_log_id_seq'::regclass) |
|
|
||
| reportid | int8 | 19 | √ | null |
|
|
||
| source | varchar | 255 | ''::character varying |
|
|
|||
| columns | text | 2147483647 | null |
|
|
|||
| filtersapplied | text | 2147483647 | √ | null |
|
|
||
| runtime | float8 | 17,17 | 0 |
|
|
|||
| totalcount | int8 | 19 | 0 |
|
|
|||
| runby | int8 | 19 | √ | null |
|
|
||
| runvia | varchar | 255 | ''::character varying |
|
|
|||
| timecreated | int8 | 19 | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| app_repobuilruntimelog_id_pk | Primary key | Asc | id |
| app_repobuilruntimelog_rep_ix | Performance | Asc | reportid |
