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 |
|
|
|||||||||||||||
| url | text | 2147483647 | null |
|
|
|||||||||||||||
| ca_cert | text | 2147483647 | √ | null |
|
|
||||||||||||||
| client_cert | text | 2147483647 | √ | null |
|
|
||||||||||||||
| client_key | text | 2147483647 | √ | null |
|
|
||||||||||||||
| tls_validation | bool | 1 | null |
|
|
|||||||||||||||
| proxy_url | text | 2147483647 | √ | null |
|
|
||||||||||||||
| username | text | 2147483647 | √ | null |
|
|
||||||||||||||
| password | text | 2147483647 | √ | null |
|
|
||||||||||||||
| download_concurrency | int4 | 10 | null |
|
|
|||||||||||||||
| policy | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| core_remote_pkey | Primary key | Asc | pulp_id |
| core_remote_name_key | Must be unique | Asc | name |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| core_remote_download_concurrency_check | ((download_concurrency >= 0)) |