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

Add a New Column

Fireapis allows you to add a new column to an existing table.

PreviousTesting TablesNextTable Properties

Last updated 2 months ago

Was this helpful?

Here are the steps and instructions for adding a new column to an existing table

  1. Go to the Properties tab in the particular table.

  1. You can see the Add Column button. When you click the Add Column button, the "Add Column" popup will appear.

  1. Enter the column name and type. By default, the "Allow Null" option will be enabled when you add a new column to an existing table.

  2. Once you click the Add button, your column will appear in the table, but it won't actually be created in the database.

  3. To update the database, you need to click Migrate, which will create or modify the table accordingly in the database.

Location of "Add New Column"
Add Column Popup