Add a New Column
Fireapis allows you to add a new column to an existing table.
Last updated
Was this helpful?
Fireapis allows you to add a new column to an existing table.
Last updated
Was this helpful?
Here are the steps and instructions for adding a new column to an existing table
Go to the Properties tab in the particular table.
You can see the Add Column button. When you click the Add Column button, the "Add Column" popup will appear.
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.
Once you click the Add button, your column will appear in the table, but it won't actually be created in the database.
To update the database, you need to click Migrate, which will create or modify the table accordingly in the database.