Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
mgm_id | numeric | 131089 | null |
|
|
The id of the SUSE Manager instance that contains this data |
||||||
package_id | numeric | 131089 | null |
|
|
The id of the package |
||||||
name | varchar | 256 | √ | null |
|
|
The name of the package |
|||||
epoch | varchar | 16 | √ | null |
|
|
The epoch of the package |
|||||
version | varchar | 512 | √ | null |
|
|
The version number of the package |
|||||
release | varchar | 512 | √ | null |
|
|
The release number of the package |
|||||
arch | varchar | 64 | √ | null |
|
|
The architecture where this package is installable |
|||||
type | varchar | 10 | √ | null |
|
|
The type of the package. Possible values: rpm, deb |
|||||
package_size | numeric | 131089 | √ | null |
|
|
The size of the package, in bytes |
|||||
payload_size | numeric | 131089 | √ | null |
|
|
The size of the payload contained in this package, in bytes |
Constraint Name | Constraint |
---|---|
vn_package_arch | (((arch)::text <> ''::text)) |
vn_package_version | (((version)::text <> ''::text)) |
vn_package_type | (((type)::text <> ''::text)) |
vn_package_vendor | (((vendor)::text <> ''::text)) |
vn_package_epoch | (((epoch)::text <> ''::text)) |
vn_package_organization | (((organization)::text <> ''::text)) |
vn_package_name | (((name)::text <> ''::text)) |
vn_package_release | (((release)::text <> ''::text)) |