Schema for external database

Hey Guys, So I have used Auth0 (gmail auth) in my React project. Now I want to store it in an external database. But I want to customise the schema of the database as I don’t just want details present in “users” that we get upon logging in, but I want to add more details that are not present. How do I customise the schema of my external database?