cwe

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('cwe_id_seq'::regclass)
cve_cwe.cwe_id cwe_idR
name text 2147483647 null
db_version.name Implied ConstraintR
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)))

Relationships