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 |
|
|
||||||
| pulp_type | text | 2147483647 | null |
|
|
|||||||
| name | text | 2147483647 | null |
|
|
|||||||
| base_path | text | 2147483647 | null |
|
|
|||||||
| content_guard_id | uuid | 2147483647 | √ | null |
|
|
||||||
| remote_id | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| core_basedistribution_pkey | Primary key | Asc | pulp_id |
| core_basedistribution_base_path_key | Must be unique | Asc | base_path |
| core_basedistribution_content_guard_id_5be9bebb | Performance | Asc | content_guard_id |
| core_basedistribution_name_key | Must be unique | Asc | name |
| core_basedistribution_remote_id_3e077424 | Performance | Asc | remote_id |