Comment on page
Database Tables

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

Last modified 1yr ago