Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||
name | varchar | 100 | null |
|
|
|||||||||||||||||||||||||||
title | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
version | varchar | 100 | √ | null |
|
|
||||||||||||||||||||||||||
url | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
notes | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||
text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||||||
maintainer | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
maintainer_email | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
state | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
license_id | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
type | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
owner_org | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
private | bool | 1 | √ | false |
|
|
||||||||||||||||||||||||||
metadata_modified | timestamp | 29,6 | √ | null |
|
|
||||||||||||||||||||||||||
creator_user_id | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||
metadata_created | timestamp | 29,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
package_pkey | Primary key | Asc | id |
idx_package_creator_user_id | Performance | Asc | creator_user_id |
idx_pkg_id | Performance | Asc | id |
idx_pkg_lname | Performance | ||
idx_pkg_name | Performance | Asc | name |
idx_pkg_sid | Performance | Asc/Asc | id + state |
idx_pkg_slname | Performance | Asc | state |
idx_pkg_sname | Performance | Asc/Asc | name + state |
idx_pkg_stitle | Performance | Asc/Asc | title + state |
idx_pkg_suname | Performance | Asc | state |
idx_pkg_title | Performance | Asc | title |
idx_pkg_uname | Performance | ||
package_name_key | Must be unique | Asc | name |