NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Which database engine are you using? (Score:1)
Reply to This
Here's what I'd try first (Score:1)
o The context table has:
- the id pointed to by context_id
- the owner_id
- the owner_type_id
o The owner_type table has:
- the id pointed to by owner_type_id
- the name of the owner type
o The owner_id points to either the faculty
table's id or the dept table's id (if you
insist on having these in separate tables,
an assumption which needs questioning)
(o Alternately, the faculty and dept tables
can have owner_type_id, of course)
o The owner_type's name tells you what type
of thing, fa