Database
Last updated
Last updated
Copyright © 2023 Deskree Technologies Inc.
At this step, you will then be asked to configure your database by setting up tables.
Note: By default, the users' table is created by default and cannot be deleted.
Within a table, you're able to create a new column as well as select the applicable data type and mark this field as required if needs be. For the list of available data types, see:
DatatypesAdditionally, you can add new tables based on the specifications of your project and customize the columns to your liking.
Table names must be plural.
When you create a table there are certain reserved columns that are created by default. Those exist to add additional functionality to your APIs. For the full list of columns and their function, visit:
Limitations / Naming ConventionsNote: There are no limits to how many tables and columns you can create.