Hello,

this might be a little off topic and is more related to database design.

I have 2 tables, "clients" and "sites" with a one-to-many relation (1 
client has many sites).

I'd like to design an "option" mechanism where I could create options 
(bool or multivalues strings, ie. checkbox or dropdown list) to be 
assigned for a client, and where every new "site" hinerits from it's 
client's option values as default. Then the site can save it's own 
custum values if default values are not satisfying.

Any idea how I could design this ?

Regards,
-- 
Alexandre CONRAD


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

Reply via email to