Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('trr_trrstatus_id_seq'::regclass) |
|
|
||||
rank | varchar | 16 | √ | null |
|
|
||||
star | varchar | 10 | √ | null |
|
|
||||
status | varchar | 16 | √ | null |
|
|
||||
status_datetime | timestamptz | 35,6 | √ | null |
|
|
||||
age | int2 | 5 | √ | null |
|
|
||||
officer_id | int4 | 10 | √ | null |
|
|
||||
trr_id | int4 | 10 | null |
|
|
|||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
updated_at | timestamptz | 35,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
trr_trrstatus_pkey | Primary key | Asc | id |
trr_trrstatus_officer_id_e12565ea | Performance | Asc | officer_id |
trr_trrstatus_trr_id_3285fe79 | Performance | Asc | trr_id |