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

Deleting a Column

A column from a table can be deleted with a simple click using Fireapis.

PreviousDataNextDeleting a Table

Last updated 2 months ago

Was this helpful?

Here are the steps for deleting column:

  1. Go to the Properties tab inside table.

  1. In the image above, you can find the Delete button next to each column. Click that Delete button.

  1. A confirmation popover appears. If the Delete button is clicked in the confirmation popover, the column will be deleted

  2. Column will be removed, but it won't be deleted from the actual table.

  3. To remove the column from the real database, you need to click Migrate Changes.

  4. Once migrated, the column will be successfully removed from the real database.

Deleting Column Button Location
Delete Column Confirmtion Popover