Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
project_relationship_id | serial | 10 | √ | nextval('project_relationship_project_relationship_id_seq'::regclass) |
|
|
|||||
subject_project_id | int4 | 10 | null |
|
|
||||||
object_project_id | int4 | 10 | null |
|
|
||||||
type_id | int4 | 10 | null |
|
|
The type of relationship being stated, such as “is part of”. |
|||||
create_date | timestamp | 29,6 | √ | now() |
|
|
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 |