Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| page_state_id | uuid | 2147483647 | null |
|
|
||||||
| rule | text | 2147483647 | null |
|
|
||||||
| severity | text | 2147483647 | √ | null |
|
|
|||||
| disability_group | text | 2147483647 | √ | null |
|
|
|||||
| css_selector | text | 2147483647 | null |
|
|
||||||
| x | float8 | 17,17 | √ | null |
|
|
|||||
| y | float8 | 17,17 | √ | null |
|
|
|||||
| width | float8 | 17,17 | √ | null |
|
|
|||||
| height | float8 | 17,17 | √ | null |
|
|
|||||
| before_text | text | 2147483647 | √ | null |
|
|
|||||
| before_why | text | 2147483647 | √ | null |
|
|
|||||
| after_fix | text | 2147483647 | √ | null |
|
|
|||||
| after_why | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ir_violation_pkey | Primary key | Asc | id |
| idx_ir_violation_state | Performance | Asc | page_state_id |