Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('data_officerrank_id_seq'::regclass) |
|
|
||||
officer_id | int4 | 10 | √ | null |
|
|
||||
rank_id | int4 | 10 | √ | null |
|
|
||||
effective_date | date | 13 | √ | null |
|
|
||||
end_date | date | 13 | √ | null |
|
|
||||
created_at | timestamp | 29,6 | √ | null |
|
|
||||
updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_officerrank_pkey | Primary key | Asc | id |