Skip to content

Instantly share code, notes, and snippets.

@MrIee
Last active January 12, 2016 06:15
Show Gist options
  • Save MrIee/8f1d3563397c5cf672c5 to your computer and use it in GitHub Desktop.
Save MrIee/8f1d3563397c5cf672c5 to your computer and use it in GitHub Desktop.
Tables
Airplane
id :integer
name :string
seat_row :integer
seat_column :string
User
id :integer
name :string
email :string
admin :boolean
password_digest :string
Flight
id :integer
flight_number :integer
origin :string
destination :string
date :datetime
airplane_id :integer
Reservation
id :integer
user_id :integer
flight_id :integer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment