Users Table

Users table is a default table that show right after you create your project

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:

  1. external_id

  2. role

  3. password

  4. created_at

  5. 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.

Last updated