Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('bench_finding_id_seq'::regclass) |
|
|
|||||
| url | text | 2147483647 | null |
|
|
||||||
| engine | text | 2147483647 | null |
|
|
||||||
| wcag_sc | text | 2147483647 | √ | null |
|
|
|||||
| rule | text | 2147483647 | null |
|
|
||||||
| impact | text | 2147483647 | ''::text |
|
|
||||||
| selector | text | 2147483647 | ''::text |
|
|
||||||
| run_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| bench_finding_pkey | Primary key | Asc | id |
| idx_bench_finding_engine | Performance | Asc | engine |
| idx_bench_finding_url | Performance | Asc | url |
| idx_bench_finding_wcag | Performance | Asc | wcag_sc |