Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page

Was this helpful?

  1. The Basics
  2. Tables

Creating Table

Fireapis provides simple interfaces for creating tables, reduces your learning curve.

PreviousTablesNextTesting Tables

Last updated 2 months ago

Was this helpful?

Here's how to create a table using Fireapis

  1. Go to Tables tab inside an environment.

  1. Click Create, and the "Create Table" popup will appear on the right side.

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

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

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

  1. 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
Table creation flow in Fireapis
Create Table
Migrate change button
Explanation of migrate changes