Skip to content

Instantly share code, notes, and snippets.

@suryart
Created December 14, 2016 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suryart/eeeeb6ac420355cc178c513bd963b14b to your computer and use it in GitHub Desktop.
Save suryart/eeeeb6ac420355cc178c513bd963b14b to your computer and use it in GitHub Desktop.
users:
id, username, password
tickets:
id, booking_id, amount, discount, seat_id, show_id
bookings
id, user_id, total, ticket_counts
screens
id, theatre_id, capacity
seats
id, screen_id, number
theatres
id, name, city_id
cities
id, name, state_id
shows
id, movie_id, screen_id, start_at, close_at, price
movies
id, movie_name, lanugage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment