Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_reportoperation_id_seq'::regclass) |
|
|
||||||||
| 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 |
|
|
|||||||||
| 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 | varchar | 100 | √ | 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_reportoperation_pkey | Primary key | Asc | id |
| api_reportoperation_office_id_75245fa7 | Performance | Asc | office_id |