Monday, November 23, 2009

Martine Scheduling Tables


Here's my Flowchart

For the processes associated with bus scheduling, submit the tables and field names necessary to store all the info.


.

2 comments:

jacob said...

schedule
trips
seating
customer_info

Michael Lombardi said...

Create a Tour
name varchar(50)
date_needed datetime
bus varchar(35)
email varchar(50)
phone varchar(20)
address varchar(150)
meeting_spot varchar(60)

Choose a tour
empty_seats int(2)
full_seats int(2)
tours_full varchar(1000)
tours_empty varchar(1000)
cost int(4)
name varchar(50)
address varchar(150)
phone varchar(20)
email varchar(50)