|
id
|
int(11)
|
|
|
|
|
destination_area
|
varchar(160)
|
|
|
|
|
truck_type
|
varchar(80)
|
|
|
|
|
km
|
decimal(10,2)
|
|
|
0.00
|
|
customer
|
varchar(160)
|
|
|
|
|
standard_trip_rate
|
decimal(12,2)
|
|
|
0.00
|
|
driver_rate_type
|
enum
|
-- |
|
percentage
|
|
driver_rate_value
|
decimal(12,4)
|
|
|
8.0000
|
|
helper_rate_type
|
enum
|
-- |
|
percentage
|
|
helper_rate_value
|
decimal(12,4)
|
|
|
6.0000
|
|
checker_rate_type
|
enum
|
-- |
|
fixed
|
|
checker_rate_value
|
decimal(12,4)
|
|
|
0.0000
|
|
food_allowance
|
decimal(12,2)
|
|
|
0.00
|
|
toll_other_expense
|
decimal(12,2)
|
|
|
0.00
|
|
status
|
enum
|
-- |
|
active
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|