PDA

View Full Version : Should I use an unconfirmed and a confirmed booking table


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?

abduraooft
07-17-2008, 04:05 PM
The second choice would be more easy to manage.