System Data won't update with schema

Hi, I have created a schema to contain only 3 columns (age, sex, UUID). However this is not being updated in the system data files. can i have help doing so?


Hello. It is not entirely clear what actions you performed and where.

What appId?
What is the table name? (sysytem table Users or the custom User)?
Did you create the new table or modified the existing one?
What do you mean saying created a schema – do you mean create a table?
What is the system data files – what files do you mean?

Hi Oleg,

Thanks for the reply.

App ID: Echo_v1
Starting from a new App. I went to ‘Data’ section. I have only created a new table called ‘User’. The schema for users should be age, sex, UUID, password, represented by the columns.

As the app will have different profile types (e.g. users, actors) each with different permissions or authorisations, I want to be able to manage what permissions each profile type has. To do this, I must use the Tables listed under system data in the bottom picture. However there was already a ‘Users’ table under system data containing columns of name, and email address.

Ideally, I would like users to be ‘identified’ by the UUID issued upon registration, but do not have this option in the system data tab.

Please let me know if this is more clear.

@Julius_Nyonyo ,

I would suggest you to add those fields in the system table “Users” instead. Backendless security and login functionality relies on “Users” table.
If you want to identify user by UUID instead of email you can change identity column in “Users” > “Schema” tab.

Regards, Andriy

Thanks Andriy

1 Like