Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ticket Book, :check: Foreign Key Field, :green_cross: Many To Many Field -…
Ticket Book
time_slots
start_time
end_time
date
movie :check:
theater :check:
users
first_name
last_name
email
username
password
Seats
seat_no
name
booking :check:
cost
Movies
name
release_date
category :green_cross:
Theaters
name
location
no_of_seats
Booking
time_slot :check:
user :check:
total_amount
Category
name
status
Active
Inactive
:check: Foreign Key Field
:green_cross: Many To Many Field