multiple parents confusion
am 04.09.2006 17:41:56 von TWIOFHi I'm making a nightlife listings system.
I have a table that stores listings, the type of listing can be either
an event at a night-club event, at a gig or at a bar. So i could just
assign a number to define the type.
But, the listing needs to have a parent of either club, gig or bar.
What's the best way to handle this?
At the moment there are 3 FK-fields that if not set to zero contain the
id of either club bar or gig. It somehow doesn't seem right.
Any ideas?
Cheers TWIOF