Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('difs_debuginformationfile_id_seq'::regclass) |
|
|
|||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| name | text | 2147483647 | null |
|
|
||||||
| data | jsonb | 2147483647 | √ | null |
|
|
|||||
| file_id | int8 | 19 | null |
|
|
||||||
| project_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| difs_debuginformationfile_pkey | Primary key | Asc | id |
| difs_debugi_project_99cec2_idx | Performance | Asc/Asc | project_id + file_id |
| difs_debuginformationfile_created_a0e5f2b4 | Performance | Asc | created |
| difs_debuginformationfile_file_id_0f375ae8 | Performance | Asc | file_id |
| difs_debuginformationfile_project_id_98b3bcff | Performance | Asc | project_id |