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 |
|
|
||||||||||||||||||||||
| name | text | 2147483647 | null |
|
|
|||||||||||||||||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||
| next_version | int4 | 10 | null |
|
|
|||||||||||||||||||||||
| pulp_type | text | 2147483647 | null |
|
|
|||||||||||||||||||||||
| remote_id | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| core_repository_pkey | Primary key | Asc | pulp_id |
| core_repository_name_key | Must be unique | Asc | name |
| core_repository_remote_id_25c54490 | Performance | Asc | remote_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| core_repository_next_version_0176d815_check | ((next_version >= 0)) |