Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dataset_id | int8 | 19 | null |
|
|
|||||||||
| ordinal | int4 | 10 | null |
|
|
|||||||||
| match_order | int4 | 10 | null |
|
|
|||||||||
| external_id | text | 2147483647 | √ | null |
|
|
||||||||
| resource_url | text | 2147483647 | √ | null |
|
|
||||||||
| name | text | 2147483647 | √ | null |
|
|
||||||||
| created_by | text | 2147483647 | √ | null |
|
|
||||||||
| source_created_at | timestamptz | 35,6 | √ | null |
|
|
||||||||
| source_updated_at | timestamptz | 35,6 | √ | null |
|
|
||||||||
| url_pattern | text | 2147483647 | null |
|
|
|||||||||
| next_link_xpath | text | 2147483647 | null |
|
|
|||||||||
| page_element_xpath | text | 2147483647 | null |
|
|
|||||||||
| insert_before_xpath | text | 2147483647 | √ | null |
|
|
||||||||
| example_url | text | 2147483647 | √ | null |
|
|
||||||||
| raw_item | jsonb | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| autopagerize_rule_pkey | Primary key | Asc/Asc | dataset_id + ordinal |
| autopagerize_rule_match_order_key | Must be unique | Asc/Asc | dataset_id + match_order |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| autopagerize_rule_match_order_check | (match_order >= 0) |
| autopagerize_rule_ordinal_check | (ordinal >= 0) |