I need to store some additional information about users.
So i have 2 options.
1) Modify the user table and add some additional columns.
2) Create a new table, foreign key to user table and store data there.
With all the changes in vBulletin 5 i am unsure about the stuff i read online cause most of it was written for vBulletin 4.
I am wondering what's the correct approch here?
As i only need to add 1 or 2 information i would prefere 1).
Thanks
So i have 2 options.
1) Modify the user table and add some additional columns.
2) Create a new table, foreign key to user table and store data there.
With all the changes in vBulletin 5 i am unsure about the stuff i read online cause most of it was written for vBulletin 4.
I am wondering what's the correct approch here?
As i only need to add 1 or 2 information i would prefere 1).
Thanks
Comment