Created
December 14, 2016 05:07
-
-
Save suryart/eeeeb6ac420355cc178c513bd963b14b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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