I would do something like this:

type_place:
 type_place_id (pk)
 type_place_name (bar, events, etc)
 description (maybe?)

place:
 type_place_id (pk, fk)
 place_id (pk)
 name_of_place
 address
 description
 etc

party:
 type_place_id (pk, fk)
 place_id (pk, fk)
 party_id (pk)
 date
 cost
 etc...


I'm sorry my bad english :)

hopefull i could help you

Schneider

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to