Im trying to start building a dashboard filled with user set options such is the user profile private/public and adding "Subjects" with their own variables that stay on database.
I already have table for users. All works fine.
With these properties:
- user_id
- user_name
- user_email
- user_pass
How do I proceed if I want to system that user can add text such as their favourite color into the database without creating new table for every new user that register into the system.