Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('errata_id_seq'::regclass) |
|
|
||||||||||
name | text | 2147483647 | null |
|
|
|||||||||||
synopsis | text | 2147483647 | √ | null |
|
|
||||||||||
severity_id | int4 | 10 | √ | null |
|
|
||||||||||
errata_type_id | int4 | 10 | null |
|
|
|||||||||||
summary | text | 2147483647 | √ | null |
|
|
||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||
solution | text | 2147483647 | √ | null |
|
|
||||||||||
issued | timestamptz | 35,6 | null |
|
|
|||||||||||
updated | timestamptz | 35,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
errata_pkey | Primary key | Asc | id |
errata_name_key | Must be unique | Asc | name |
Check Constraints
Constraint Name | Constraint |
---|---|
errata_solution_check | ((NOT empty(solution))) |
errata_name_check | ((NOT empty(name))) |
errata_summary_check | ((NOT empty(summary))) |
errata_description_check | ((NOT empty(description))) |
errata_synopsis_check | ((NOT empty(synopsis))) |