Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('ledger_entries_id_seq'::regclass) |
|
|
|||||
| site_url | text | 2147483647 | null |
|
|
||||||
| timestamp | timestamptz | 35,6 | null |
|
|
||||||
| entry_type | text | 2147483647 | 'audit'::text |
|
|
||||||
| score | int4 | 10 | √ | null |
|
|
|||||
| violation_count | int8 | 19 | √ | null |
|
|
|||||
| violations_hash | text | 2147483647 | null |
|
|
||||||
| report_hash | text | 2147483647 | null |
|
|
||||||
| prev_hash | text | 2147483647 | null |
|
|
||||||
| entry_hash | text | 2147483647 | null |
|
|
||||||
| report_json | text | 2147483647 | null |
|
|
||||||
| capture_hash | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ledger_entries_pkey | Primary key | Asc | id |
| idx_ledger_site | Performance | Asc/Asc | site_url + timestamp |