dbxrefprop

0 rows


Description

Metadata about a dbxref. Note that this is not defined in the dbxref module, as it depends on the cvterm table. This table has a structure analagous to cvtermprop

Columns

Column Type Size Nulls Auto Default Children Parents Comments
dbxrefprop_id serial 10 nextval('dbxrefprop_dbxrefprop_id_seq'::regclass)
dbxref_id int4 10 null
dbxref.dbxref_id dbxrefprop_dbxref_id_fkey R
type_id int4 10 null
cvterm.cvterm_id dbxrefprop_type_id_fkey R
value text 2147483647 ''::text
rank int4 10 0

Indexes

Constraint Name Type Sort Column(s)
dbxrefprop_pkey Primary key Asc dbxrefprop_id
dbxrefprop_c1 Must be unique Asc/Asc/Asc dbxref_id + type_id + rank
dbxrefprop_idx1 Performance Asc dbxref_id
dbxrefprop_idx2 Performance Asc type_id

Relationships