Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| page_id | uuid | 2147483647 | null |
|
|
||||||
| state_index | int4 | 10 | null |
|
|
||||||
| state_total | int4 | 10 | null |
|
|
||||||
| trigger_type | text | 2147483647 | null |
|
|
||||||
| trigger_selector | text | 2147483647 | √ | null |
|
|
|||||
| trigger_description | text | 2147483647 | √ | null |
|
|
|||||
| viewport_w | int4 | 10 | √ | null |
|
|
|||||
| viewport_h | int4 | 10 | √ | null |
|
|
|||||
| screenshot_key | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_page_state_pkey | Primary key | Asc | id |
| idx_ir_page_state_page | Performance | Asc | page_id |