Table Relationships

I’ve entered items in the Data Button, Types, and Fields. I’m assuming these are table entries. So… how do I create a relationship between the Types (tables) I’ve entered?

Custom Data Types are exactly they are database tables.

Fields are the table fields.

Example :
User Data Type :
Firstname, lastname, email, dob. (It contains list of user information)
Role Data Type:
Role Name (It contains list of roles name example admin, user)
User Role Data Type:
Role, User (It contains user associated with role)

You can add Role & User on User Role Data Type like below,
image

image
click Create a new field
image
You will see the custom data types on this listing. this is way you need to map the relationship between the different tables / Custom Data types.