Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null |
|
|
||||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| closed_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| hours_close | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| history_id | serial | 10 | √ | nextval('api_historicalreportoperation_history_id_seq'::regclass) |
|
|
|||||
| history_date | timestamptz | 35,6 | null |
|
|
||||||
| history_change_reason | varchar | 100 | √ | null |
|
|
|||||
| history_type | varchar | 1 | null |
|
|
||||||
| history_user_id | int4 | 10 | √ | null |
|
|
|||||
| atm | float8 | 17,17 | null |
|
|
||||||
| cash_opening | float8 | 17,17 | null |
|
|
||||||
| atm_transit_amount | float8 | 17,17 | null |
|
|
||||||
| packings_pending | int4 | 10 | null |
|
|
||||||
| packings_pending_amount | float8 | 17,17 | null |
|
|
||||||
| file_url | text | 2147483647 | √ | null |
|
|
|||||
| next_business_day | timestamptz | 35,6 | √ | null |
|
|
|||||
| office_id | int4 | 10 | √ | null |
|
|
|||||
| atm_transit_packings | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_historicalreportoperation_pkey | Primary key | Asc | history_id |
| api_historicalreportoperation_history_user_id_9c94d1fa | Performance | Asc | history_user_id |
| api_historicalreportoperation_id_4e1188e1 | Performance | Asc | id |
| api_historicalreportoperation_office_id_5ebb7d29 | Performance | Asc | office_id |