Storing data related to an user

Hello.

I want users to have some details such as location, tokens (currency) and other user related fields. So my question is, should I add those fields to the
data
object when signing up the user or create a table like UserDetails which will have a primary key and a foreign key to the AUTH.user.id?
Was this page helpful?