Schema Version: 1.3

library_featureprop


Description

Attributes of a library_feature relationship.

Columns

Column Type Size Foreign Key Nullable Default Comments
library_featureprop_id bigserial 19
nextval('chado.library_featureprop_library_featureprop_id_seq'::regclass)
library_feature_id int8 19
library_feature.library_feature_id library_featureprop_library_feature_id_fkey C
null
type_id int8 19
cvterm.cvterm_id library_featureprop_type_id_fkey R
null
value text 2147483647
null
rank int4 10
0

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
library_featureprop_pkey Primary key Asc library_featureprop_id
library_featureprop_c1 Must be unique Asc/Asc/Asc library_feature_id + type_id + rank
library_featureprop_idx1 Performance Asc library_feature_id
library_featureprop_idx2 Performance Asc type_id

Relationships