Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('data_officerassignmentattendance_id_seq'::regclass) |
|
|
||||
officer_id | int4 | 10 | √ | null |
|
|
||||
unit | varchar | 2147483647 | √ | null |
|
|
||||
watch | int4 | 10 | √ | null |
|
|
||||
beat | varchar | 2147483647 | √ | null |
|
|
||||
absence_code | varchar | 2147483647 | √ | null |
|
|
||||
absence_explanation | varchar | 2147483647 | √ | null |
|
|
||||
modified_at | date | 13 | √ | null |
|
|
||||
start_timestamp | timestamp | 29,6 | √ | null |
|
|
||||
end_timestamp | timestamp | 29,6 | √ | null |
|
|
||||
present_for_duty | bool | 1 | √ | true |
|
|
||||
unit_id | int4 | 10 | √ | null |
|
|
||||
beat_id | int4 | 10 | √ | null |
|
|
||||
redacted | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
data_officerassignmentattendance_pkey | Primary key | Asc | id |