Creating Table
Fireapis provides simple interfaces for creating tables, reduces your learning curve.
Last updated
Was this helpful?
Fireapis provides simple interfaces for creating tables, reduces your learning curve.
Last updated
Was this helpful?
Here's how to create a table using Fireapis
Go to Tables tab inside an environment.
Click Create, and the "Create Table" popup will appear on the right side.
Above we have a video showing how to create a table with basic fields. You can find more information about creating tables with different field types in our blog section or in the showcases section.
Once you've created the table, it won't actually be created in the real database yet. One more step is needed to complete the table creation in your actual database.
After you've finished creating all your tables in the environment, you need to run Migrate Changes, which will create or modify your tables accordingly. Refer to the images below.
Click Migrate in the Migrate popup UI, which will then actually create or update the table in real database.
In the next section, we will go over testing the tables with pre-created endpoints.