Columns
Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
---|---|---|---|---|---|---|---|---|
project_feature_id | bigserial | 19 |
|
nextval('project.project_feature_project_feature_id_seq'::regclass) | ||||
feature_id | int8 | 19 |
|
null | ||||
project_id | int8 | 19 |
|
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 |