Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('container_blobmanifest_id_seq'::regclass) |
|
|
||||
| manifest_id | uuid | 2147483647 | null |
|
|
|||||
| manifest_blob_id | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| container_blobmanifest_pkey | Primary key | Asc | id |
| container_blobmanifest_manifest_blob_id_8382ada3 | Performance | Asc | manifest_blob_id |
| container_blobmanifest_manifest_id_a9f8feee | Performance | Asc | manifest_id |
| container_blobmanifest_manifest_id_manifest_blo_05da3e8d_uniq | Must be unique | Asc/Asc | manifest_id + manifest_blob_id |