Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('cwe_id_seq'::regclass) |
|
|
||||
name | text | 2147483647 | null |
|
|
|||||
link | text | 2147483647 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cwe_pkey | Primary key | Asc | id |
cwe_name_key | Must be unique | Asc | name |
Check Constraints
Constraint Name | Constraint |
---|---|
cwe_link_check | ((NOT empty(link))) |
cwe_name_check | ((NOT empty(name))) |