Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('ledger_anchors_id_seq'::regclass) |
|
|
|||||
| site_url | text | 2147483647 | null |
|
|
||||||
| anchored_entry_id | int8 | 19 | null |
|
|
||||||
| anchor_hash | text | 2147483647 | null |
|
|
||||||
| anchor_type | text | 2147483647 | 'chain_head'::text |
|
|
||||||
| tsa_tokens | jsonb | 2147483647 | √ | null |
|
|
|||||
| tsa_status | text | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| ots_status | text | 2147483647 | 'none'::text |
|
|
||||||
| ots_proof | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ledger_anchors_pkey | Primary key | Asc | id |
| idx_anchor_site | Performance | Asc/Asc | site_url + created_at |