search for: secondary_market

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

2006 May 29
9
design recommendations for authenticating users with lots of different attributes..?
....column :password_hash, :string t.column :created_at, :datetime t.column :updated_at, :datetime t.column :last_login_date, :datetime end The problem is that some users (such as sales reps), need many more attributes than are provided by the User table, such as primary_market, secondary_market, previous_employer, current_employer, essay, referral_source, website, comments, etc.. So what I''m struggling with is how to add these attributes.. Do I: a) add all the attributes to the users table - this is the easiest solution, since then I can consider everyone as a user, the only dif...