I’m using ASP NET Core – Identity
In my application, the user should fill some information about himself like phone number, age, address and upload a photo, income, and like these (in total 25 additional columns). So should I store this information in the Aspnetuser table that is generated by identity or should create a separate table for this purpose?