cjsolomon / Mulit-Modal

SRU Multi-Modal Project
0 stars 2 forks source link

High Priority #16

Open cjsolomon opened 10 years ago

cjsolomon commented 10 years ago

We need to update the Load statements. We need to make them into joins that return back all the information about the foriegn keys. EX. for Trucks/Rail/Plane/CargoShip edit the select statement to make it a join on the Carrier Table. And instead of Calling Carrier.Load() we create a new Carrier(id) in the Truck.Load,etc. From there we set the Carrier of the truck to the one we just created. Make sense?