I have a list of checkboxes in my form, the user can select any of them or only all of them.
Think that the user chooses a sport that interests him.
I need a better database structure to store this user. So in the future I will be able to get all this data.
I think I can just save each (userID, sport) choice as a new row in the database table. But this confuses me, because the table will expand faster just by a few users.
Any ideas, brothers?
source
share