As i understand you want to put all this in a single field. I would suggest against it, and would advice you to create a new table for this with seperate fields. If you want to keep it in a single field in the user table i suggest you change your data into an array and srialize it into the field.
It is always a good idea to prefix you fields (and tables) with something, so you know you won't get any conflicts.
|