Rescrape records
rescrape_records¶
- Schema: public
- PK: (internal_table_id, external_rec_id) — composite
- Notes: Global rescrape queue. Records needing re-fetch from external app.
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| base_id | uuid | YES | ||
| app_id | text | YES | ||
| internal_rec_id | uuid | YES | ||
| external_rec_id | text | NO | Part of PK | |
| created_time | timestamp | YES | now() | |
| internal_table_id | text | NO | Part of PK | |
| is_in_process | bool | YES | false | |
| process_id | uuid | YES | ||
| rescrape_type | text | YES | ||
| internal_column_ids_forced_in_change_detection | uuid[] | YES |
Key indexes¶
- PK on (internal_table_id, external_rec_id)