Schema Version: 1.3

project_feature


Description

This table is intended associate records in the feature table with a project.

Columns

Column Type Size Foreign Key Nullable Default Comments
project_feature_id bigserial 19
nextval('chado.project_feature_project_feature_id_seq'::regclass)
feature_id int8 19
feature.feature_id project_feature_feature_id_fkey C
null
project_id int8 19
project.project_id project_feature_project_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
project_feature_pkey Primary key Asc project_feature_id
project_feature_c1 Must be unique Asc/Asc feature_id + project_id
project_feature_idx1 Performance Asc feature_id
project_feature_idx2 Performance Asc project_id

Relationships