Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
errata_id | int4 | 10 | null |
|
|
|||||
type | text | 2147483647 | null |
|
|
|||||
name | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
errata_refs_errata_id_type_name_key | Must be unique | Asc/Asc/Asc | errata_id + type + name |
Check Constraints
Constraint Name | Constraint |
---|---|
errata_refs_name_check | ((NOT empty(name))) |
errata_refs_type_check | ((NOT empty(type))) |