adding additional fields to accounts table
Hello,
Is it possible to add a social handle field to my accounts table? Essentially what im looking for is the ability to store the users social handle in the accounts table. When using
Is it possible to add a social handle field to my accounts table? Essentially what im looking for is the ability to store the users social handle in the accounts table. When using
linkSocial it makes a row in the account table but it doesnt include any information about the users linkedSocial, how could I add this field? I had a look into the additionalFields docs but it doesn't look like this works with linkSocial function?