Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
||||||||
| uuid | text | 2147483647 | √ | null |
|
|
||||||||
| label_code | text | 2147483647 | √ | null |
|
|
||||||||
| task_origin_id | int8 | 19 | √ | null |
|
|
||||||||
| shipment_id | int8 | 19 | √ | null |
|
|
||||||||
| task_destination_id | int8 | 19 | √ | null |
|
|
||||||||
| status | text | 2147483647 | √ | null |
|
|
||||||||
| current_location_type | text | 2147483647 | √ | null |
|
|
||||||||
| current_hub_id | int8 | 19 | √ | null |
|
|
||||||||
| current_vehicle_id | int8 | 19 | √ | null |
|
|
||||||||
| lat | float8 | 17,17 | √ | null |
|
|
||||||||
| lon | float8 | 17,17 | √ | null |
|
|
||||||||
| delivered_at | timestamptz | 35,6 | √ | null |
|
|
||||||||
| notes | text | 2147483647 | √ | null |
|
|
||||||||
| created_at | timestamptz | 35,6 | √ | null |
|
|
||||||||
| updated_at | timestamptz | 35,6 | √ | null |
|
|
||||||||
| deleted_at | timestamptz | 35,6 | √ | null |
|
|
||||||||
| tracking_code | text | 2147483647 | √ | null |
|
|
||||||||
| current_route_id | int8 | 19 | √ | null |
|
|
||||||||
| current_stop_id | int8 | 19 | √ | null |
|
|
||||||||
| tenant_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| idx_269300_packages_pkey | Primary key | Asc | id |
| idx_269300_ix_packages_current_hub_id | Performance | Asc | current_hub_id |
| idx_269300_ix_packages_current_location_type | Performance | Asc | current_location_type |
| idx_269300_ix_packages_current_route_id | Performance | Asc | current_route_id |
| idx_269300_ix_packages_current_stop_id | Performance | Asc | current_stop_id |
| idx_269300_ix_packages_current_vehicle_id | Performance | Asc | current_vehicle_id |
| idx_269300_ix_packages_deleted_at | Performance | Asc | deleted_at |
| idx_269300_ix_packages_delivered_at | Performance | Asc | delivered_at |
| idx_269300_ix_packages_label_code | Must be unique | Asc | label_code |
| idx_269300_ix_packages_shipment_id | Performance | Asc | shipment_id |
| idx_269300_ix_packages_status | Performance | Asc | status |
| idx_269300_ix_packages_task_destination_id | Performance | Asc | task_destination_id |
| idx_269300_ix_packages_task_origin_id | Performance | Asc | task_origin_id |
| idx_269300_ix_packages_tracking_code | Must be unique | Asc | tracking_code |
| idx_269300_ix_packages_uuid | Must be unique | Asc | uuid |
| ix_packages_tenant_id | Performance | Asc | tenant_id |