Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('data_salary_id_seq'::regclass) |
|
|
||||
| pay_grade | varchar | 16 | null |
|
|
|||||
| rank | varchar | 64 | √ | null |
|
|
||||
| salary | int4 | 10 | null |
|
|
|||||
| employee_status | varchar | 32 | null |
|
|
|||||
| org_hire_date | date | 13 | √ | null |
|
|
||||
| spp_date | date | 13 | √ | null |
|
|
||||
| start_date | date | 13 | √ | null |
|
|
||||
| year | int2 | 5 | null |
|
|
|||||
| age_at_hire | int2 | 5 | √ | null |
|
|
||||
| officer_id | int4 | 10 | null |
|
|
Table contained 209219 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_salary_pkey | Primary key | Asc | id |
| data_salary_officer_id_8d6c46ab | Performance | Asc | officer_id |

