Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dataset_id | int8 | 19 | null |
|
|
||||||
| ordinal | int4 | 10 | null |
|
|
||||||
| name | text | 2147483647 | √ | null |
|
|
|||||
| raw_item | jsonb | 2147483647 | null |
|
|
||||||
| errors | jsonb | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| autopagerize_rule_rejection_pkey | Primary key | Asc/Asc | dataset_id + ordinal |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| autopagerize_rule_rejection_errors_shape_check | (jsonb_typeof(errors) = ANY (ARRAY['array'::text, 'object'::text])) |
| autopagerize_rule_rejection_ordinal_check | (ordinal >= 0) |