Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('files_fileblobindex_id_seq'::regclass) |
|
|
|||||
| offset | int4 | 10 | null |
|
|
||||||
| blob_id | int8 | 19 | null |
|
|
||||||
| file_id | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| files_fileblobindex_pkey | Primary key | Asc | id |
| files_fileblobindex_blob_id_c789a2bf | Performance | Asc | blob_id |
| files_fileblobindex_file_id_3be1680c | Performance | Asc | file_id |
| files_fileblobindex_file_id_blob_id_offset_dfae7198_uniq | Must be unique | Asc/Asc/Asc | file_id + blob_id + offset |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| files_fileblobindex_offset_check | (("offset" >= 0)) |