Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
mgm_id | numeric | 131089 | null |
|
|
The id of the Uyuni instance that contains this data |
||||||
channel_id | numeric | 131089 | null |
|
|
The id of the channel |
||||||
repository_id | numeric | 131089 | null |
|
|
The id of the repository |
||||||
repository_label | varchar | 128 | √ | null |
|
|
The unique label of the repository |
|||||
synced_date | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
The timestamp of when this data was last refreshed. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
channelrepository_pk | Primary key | Asc/Asc/Asc | mgm_id + channel_id + repository_id |
Check Constraints
Constraint Name | Constraint |
---|---|
vn_channelrepository_repository_label | (((repository_label)::text <> ''::text)) |