batch_report_items

986 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
item_id int4 10 null
batch_id int4 10 null
batch_report.id fk_batch_report_items_batch_id C
report_id int4 10 null
reports.id fk_batch_report_items_report_id C
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

Relationships