leemarquis
07-17-2008, 03:14 PM
Im makeing a booking system and people will need to confirm each booking by clicking a link in an email.
So should I have two tables - one for unconfirmed bookings and one for confirmed bookings. Or should I have 1 table with a confirmed column that is set to "NO" by default and then updated to "YES" after clicking the link?
So should I have two tables - one for unconfirmed bookings and one for confirmed bookings. Or should I have 1 table with a confirmed column that is set to "NO" by default and then updated to "YES" after clicking the link?