Xano Documentation
Ask or search…
K
Comment on page

Database Tables

How Database Tables are setup

Xano's Database Table view gives you a high-level overview of the individual tables (or entities) and their associated schema. Database schema shown underneath each table is a blueprint of the database table which specifies what fields are present and their associated types. For example, the user table pictured above has an id column represented by an integer and a name column which is represented by text.

Viewing Database Table Relationships

Database Tables almost always have some sort of relationship to one another. Clicking on the "Show Table Relationships" checkbox will show how each table is related to one another.
You can see the fields that map the Database tables together

Adding a new Database Table

Thinking through the Database Tables for your App

Last modified 1yr ago