Users Table
Users table is a default table that show right after you create your project
Last updated
Users table is a default table that show right after you create your project
Last updated
After you successfully create a new project, now it's time to start use your project. When you open the project, by default there would be one table which is "User" table.
In this table, you can find 5 default field, which are:
external_id
role
password
created_at
updated_at
The function of this table is to manage users and its role based on the permission type you want to share.
You can't delete Users table otherwise your project will be crashed. You also can't delete external_id, role, and password field.