Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| pulp_id | uuid | 2147483647 | null |
|
|
|||||||
| pulp_created | timestamptz | 35,6 | null |
|
|
|||||||
| pulp_last_updated | timestamptz | 35,6 | √ | null |
|
|
||||||
| relative_path | text | 2147483647 | null |
|
|
|||||||
| artifact_id | uuid | 2147483647 | √ | null |
|
|
||||||
| content_id | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| core_contentartifact_pkey | Primary key | Asc | pulp_id |
| core_contentartifact_artifact_id_f5d9a66b | Performance | Asc | artifact_id |
| core_contentartifact_content_id_04d8a3d5 | Performance | Asc | content_id |
| core_contentartifact_content_id_relative_path_d2ef8231_uniq | Must be unique | Asc/Asc | content_id + relative_path |