Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6853803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:33:18+00:00 2026-05-27T01:33:18+00:00

A user’s Account Settings can be quite lengthy depending on how detailed you might

  • 0

A user’s Account Settings can be quite lengthy depending on how detailed you might want it to get (e.g. Receive newsletters TINYINT(1), allow search TINYINT(1), etc.). I want to know what the best way of doing this is since right now all these settings are placed in my User table which already has around 30 columns and might grow soon.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:33:19+00:00Added an answer on May 27, 2026 at 1:33 am

    You can consider using set data type :- http://dev.mysql.com/doc/refman/5.0/en/set.html

    profile set ('newsletter', 'searchable', ....)
    

    when doing query, it will be :-

    select ... from user
    where find_in_set('searchable', profile)>0 and ...
    

    alternatively, you can create a profile table to normalize each profile to be one record

    user ( id, ...);
    user_profile (user_id, profile_id, profile_value);
    profile (id, name);
    

    search :-

    select ... from user
    inner join user_profile on user.id=user_profile.user_id
    inner join profile on profile.id=user_profile.profile_id
    where profile.name='searchable' and user_profile.profile_value=1 ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

User Defined Function (UDFs) are functions that one can program and can be dynamically
User Controls -- Do they serve a special purpose? As far as I can
User Region Points Last_Updated 1 5 0 1-Nov-09 I want this row 2 1
User Entry like this textbox1.text = 01/02/03/...... I want to display the values separately
User equals untrustworthy. Never trust untrustworthy user's input. I get that. However, I am
User 2 offers to buy an item from User 1 . User 1 can
User can have the following access rights: Read = 1 Create = 2 Edit
User can give id, width, height and description rectangle and then I write it
User comes to Widgets.Example.com. We prompt them, Want to import you Google contacts? They
User Story: Action for Facebook that has open graph object. For this I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.