boronflex / project-2-team-4

Project 2 team 4 Houston coding bootcamp September class
1 stars 3 forks source link

make schema to create database and tables; #3

Open brandongatlin opened 6 years ago

brandongatlin commented 6 years ago

(test schema)

db = "student_tracker"

"bus" table for each bus (id, bus #, capacity = 70, student id #)

"student" table for student(bus_rider (bool), name, address, student id, bus #)