Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('d2_diagrams_id_seq'::regclass) |
|
|
||
| repo | text | 2147483647 | null |
|
|
|||
| content_hash | text | 2147483647 | null |
|
|
|||
| d2_source | text | 2147483647 | null |
|
|
|||
| svg | text | 2147483647 | null |
|
|
|||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| d2_diagrams_pkey | Primary key | Asc | id |
| d2_diagrams_repo_content_hash_key | Must be unique | Asc/Asc | repo + content_hash |
| idx_d2_repo | Performance | Asc | repo |