On Tue, March 20, 2007 2:05 pm, Dan Shirah wrote:
> Each account is unique.  It is possible that the same user could be on
> multiple accounts, therefore the account will be tied to the user each
> time.

If each account can have multiple users, AND each user can have
multiple accounts, then you have a "many to many" relationship.

A link_table of just account_id and user_id to tie the two together is
DEFINITELY the way to go for this.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to