Columns
Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
---|---|---|---|---|---|---|---|---|
project_relationship_id | bigserial | 19 |
|
nextval('project.project_relationship_project_relationship_id_seq'::regclass) | ||||
subject_project_id | int8 | 19 |
|
null | ||||
object_project_id | int8 | 19 |
|
null | ||||
type_id | int8 | 19 |
|
null | The cvterm type of the relationship being stated, such as "part of". |
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
project_relationship_pkey | Primary key | Asc | project_relationship_id |
project_relationship_c1 | Must be unique | Asc/Asc/Asc | subject_project_id + object_project_id + type_id |