Document toolboxDocument toolbox

sp014_travel_overrides

This table stores a set of travel times which have been changed by the user. 

Only one way travel times will be used by the system. If (r1, r2) and (r2, r1) are both in the table then the system will choose only one of them on an arbitrary basis. 
The table does not store intra-region times. If (r3,r3) is in the table then it is ignored. This data is obtained from sp057_regions.internal_travel_time.


 

Table Definition

Field
Type
Default
Nullable
region_no1number(9) (error)
region_no2number(9) (error)
travel_timenumber(6) (error)
travel_profilenumber(3) (error)

Keys

primary key (region_no1, region_no2) 

foreign key (region_no1) references sp057_regions (region_no) 

foreign key (region_no2) references sp057_regions (region_no) 

foreign key (travel-profile) references sp263_journey_types (journey_type)

Column Descriptions

FieldDescription
region_no1 region of one end of journey
region_no2region of other end of journey
travel_timetravel time in minutes
travel_profile journey type

 

 

Â