projectprop

55 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
projectprop_id serial 10 nextval('projectprop_projectprop_id_seq'::regclass)
project_id int4 10 null
project.project_id projectprop_project_id_fkey C
type_id int4 10 null
cvterm.cvterm_id projectprop_type_id_fkey C
value text 2147483647 null
rank int4 10 0

Indexes

Constraint Name Type Sort Column(s)
projectprop_pkey Primary key Asc projectprop_id
projectprop_c1 Must be unique Asc/Asc/Asc project_id + type_id + rank

Relationships