Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_officerhistory_id_seq'::regclass) |
|
|
||||
| effective_date | date | 13 | √ | null |
|
|
||||
| end_date | date | 13 | √ | null |
|
|
||||
| officer_id | int4 | 10 | √ | null |
|
|
||||
| unit_id | int4 | 10 | √ | null |
|
|
Table contained 106874 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_officerhistory_pkey | Primary key | Asc | id |
| data_officerhistory_e1d6855c | Performance | Asc | officer_id |
| data_officerhistory_e8175980 | Performance | Asc | unit_id |

