Create the table for on-times and the function to estimate on-times for each station
The table for on-times needs to be implemented in the basic database class. This step should include the respective functions to insert on-time data to this table and a function to compute on-times for all stations. This will require additional functions, one to retrieve all stations and another to retrieve all origin times of a station. Also, tests should be implemented.