User and User_Profile

@r937, @fretburner

Hi, I don’t know if my question is suited here in this category…I just want to ask some help because I am confuse. I am creating user table that store these data.

password,username,lastname,firstname,datereg,telno,phone_no,email_address,gender,status,tracking_no,zip_code,date_of_birth,country_code,area_code…etc…

my question for this,do I need user_profile table so that in my user table,will only store 4 fields like username,password datereg, tracking_no, and the rest to user_profile table?..is this will not have performance issue ?

Thank you in advance.

your single table is fine

@r937,

Thank you.I will change again my design use only 1 user table :smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.