Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('dref_dref_district_id_seq'::regclass) |
|
|
||||
dref_id | int4 | 10 | null |
|
|
|||||
district_id | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dref_dref_district_pkey | Primary key | Asc | id |
dref_dref_district_district_id_bb59686d | Performance | Asc | district_id |
dref_dref_district_dref_id_ab9c5d7e | Performance | Asc | dref_id |
dref_dref_district_dref_id_district_id_d9f28164_uniq | Must be unique | Asc/Asc | dref_id + district_id |