Should I store all the user information in Aspnetuser table or separate table? [closed]

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?