search for: primary_city_id

Displaying 1 result from an estimated 1 matches for "primary_city_id".

2006 May 29
9
design recommendations for authenticating users with lots of different attributes..?
...able). I''m thinking that I should associate it with the users table, since that should be the main entry point for updating/inserting/modifying user information.. But then the problem is that I have a bunch of associations attached to the users table, and then I might have something like primary_city_id, which is something specific to a sales_rep, so ideally, that should be referenced in the sales_rep_info table, _not_ the users table.. So then I end up with a mixture of associations spread through both the users table and the sales_rep_table, some of which contain information specific to the type...