|
id
|
bigint(20) unsigned
|
|
|
|
|
name
|
varchar(191)
|
|
|
|
|
region_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
capacity
|
bigint(20) unsigned
|
|
|
1
|
|
base_fare
|
double
|
|
|
|
|
minimum_fare
|
double
|
|
|
|
|
minimum_distance
|
double
|
|
|
|
|
per_distance
|
double
|
|
|
|
|
per_minute_drive
|
double
|
|
|
|
|
per_minute_wait
|
double
|
|
|
|
|
waiting_time_limit
|
double
|
|
|
|
|
cancellation_fee
|
double
|
|
|
|
|
payment_method
|
enum
|
-- |
|
cash
|
|
commission_type
|
varchar(191)
|
|
|
|
|
admin_commission
|
double
|
|
|
0
|
|
fleet_commission
|
double
|
|
|
0
|
|
status
|
tinyint(4)
|
|
|
|
|
description
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|