Columns
| Column | Type | Size | Foreign Key | Nullable | Default | Comments | ||
|---|---|---|---|---|---|---|---|---|
| feature_contact_id | bigserial | 19 |
|
nextval('sequence.feature_contact_feature_contact_id_seq'::regclass) | ||||
| feature_id | int8 | 19 |
|
null | ||||
| contact_id | int8 | 19 |
|
null |
Table contained -1 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| feature_contact_pkey | Primary key | Asc | feature_contact_id |
| feature_contact_c1 | Must be unique | Asc/Asc | feature_id + contact_id |
| feature_contact_idx1 | Performance | Asc | feature_id |
| feature_contact_idx2 | Performance | Asc | contact_id |

