Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| item_id | int4 | 10 | √ | null |
|
|
|||||
| batch_id | int4 | 10 | null |
|
|
||||||
| report_id | int4 | 10 | null |
|
|
||||||
| report_alias | text | 2147483647 | √ | null |
|
|
|||||
| option_values | jsonb | 2147483647 | √ | null |
|
|
|||||
| duplicated | bool | 1 | false |
|
|
||||||
| enabled | bool | 1 | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_batch_report_items | Primary key | Asc | item_id |
| idx_batch_report_items_batch_id | Performance | Asc | batch_id |
| idx_batch_report_items_report_id | Performance | Asc | report_id |



