Is it possible to create table in appl database which stores user related info

Is it possible to create table in appl database which stores user related info??

The table is called “core_user”

Iam asking whether we can create separate table on our own to store necessary details of user.

yes, but the application won't read those details on the UI

Could you pls tell me how u can do that?

you need to modify the code and contribute it to the project as our license states: Redirecting…

Which code needs to modify?

You need to add a new table and then modify the views in the frontend that affect the user, and also the models in the backend that make the changes to this table. I would suggest you check our development documentation