hello,
i am trying to work out the best way to build a small database that will record bookings for theatre seats.
does anyone have a sample design or suggestions for a good design i could refer to?
i was planning to have a table for seating (each seat has unique id) , a table for the ticket holders and another table for the sessions.
Should I store the seat status (sold or available) for each session in a separate table (linked to the seating table & the sessions table)?
and somehow update this status when a booking is made?
any suggestions would be appreciated.
thank-you
i am trying to work out the best way to build a small database that will record bookings for theatre seats.
does anyone have a sample design or suggestions for a good design i could refer to?
i was planning to have a table for seating (each seat has unique id) , a table for the ticket holders and another table for the sessions.
Should I store the seat status (sold or available) for each session in a separate table (linked to the seating table & the sessions table)?
and somehow update this status when a booking is made?
any suggestions would be appreciated.
thank-you