Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('api_guide_id_seq'::regclass) |
|
|
|||||
| deleted | timestamptz | 35,6 | √ | null |
|
|
|||||
| status | varchar | 255 | √ | null |
|
|
|||||
| date | timestamptz | 35,6 | √ | null |
|
|
|||||
| am_pm | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
||||||
| updated_at | timestamptz | 35,6 | null |
|
|
||||||
| division_destination_id | int4 | 10 | √ | null |
|
|
|||||
| division_origin_id | int4 | 10 | √ | null |
|
|
|||||
| employee_destination_id | int4 | 10 | √ | null |
|
|
|||||
| employee_origin_id | int4 | 10 | √ | null |
|
|
|||||
| type_guide_id | int4 | 10 | √ | null |
|
|
|||||
| certified_cart | bool | 1 | null |
|
|
||||||
| certified_cart_code | varchar | 255 | √ | null |
|
|
|||||
| crew_id | int4 | 10 | √ | null |
|
|
|||||
| office_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| api_guide_pkey | Primary key | Asc | id |
| api_guide_crew_id_16fff8f9 | Performance | Asc | crew_id |
| api_guide_division_destination_id_6399d8cf | Performance | Asc | division_destination_id |
| api_guide_division_origin_id_d73b7bb9 | Performance | Asc | division_origin_id |
| api_guide_employee_destination_id_7dcfe7e4 | Performance | Asc | employee_destination_id |
| api_guide_employee_origin_id_dd264510 | Performance | Asc | employee_origin_id |
| api_guide_office_id_14ad6006 | Performance | Asc | office_id |
| api_guide_type_guide_id_0f64d40d | Performance | Asc | type_guide_id |