Good Evening,
I have over 30 additional profile properties I need to create and doing them 1by1 through the interface has proven very tedious.
Has anyone created multiple additional ProfileProperties through the SQL module or directly through SQL management studio?
I've checked out the tables but many people warn not to modify them directly so I wanted to ask here 1st.
Basically each registered user needs to designate the badge wearers on that account. These are not additional (registered users) only information falling under an existing account.
Thanks for the input.
(w=wearer)
Additional field structure,
WFirstname1 | WLastname1 | WSex1 | WDOB1
------------------------------------------------------------------WFirstname2 | WLastname2 | WSex2 | WDOB2
------------------------------------------------------------------
WFirstname3 | WLastname3 | WSex3 | WDOB3
------------------------------------------------------------------
etc...