| id |
int(11)
|
|
|
|
| shipment_ref_no |
varchar(60)
|
utf8mb4_general_ci
|
|
|
| client_id |
int(11)
|
|
|
|
| transaction_type |
enum('import', 'export', 'forwarding', 'consolidation', 'warehousing', 'distribution')
|
utf8mb4_general_ci
|
|
|
| container_no |
varchar(80)
|
utf8mb4_general_ci
|
|
|
| bl_awb_no |
varchar(100)
|
utf8mb4_general_ci
|
|
|
| cargo_description |
text
|
utf8mb4_general_ci
|
|
|
| quantity |
decimal(14,2)
|
|
|
|
| weight_kg |
decimal(14,3)
|
|
|
|
| cbm |
decimal(14,3)
|
|
|
|
| date_received |
date
|
|
|
|
| warehouse_location |
varchar(150)
|
utf8mb4_general_ci
|
|
|
| current_status |
enum('received', 'stored', 'for_consolidation', 'for_customs_clearance', 'ready_for_dispatch', 'in_transit', 'delivered', 'released')
|
utf8mb4_general_ci
|
|
|
| remarks |
text
|
utf8mb4_general_ci
|
|
|
| created_by |
int(11)
|
|
|
|
| updated_by |
int(11)
|
|
|
|
| created_at |
datetime
|
|
|
|
| updated_at |
datetime
|
|
|
|