Add new column

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

Here's the steps and information of adding new column in exisiting table

  1. Go to Properties tab in particulat table.

  1. You can see Add column, on clicking Add Column button, add column popup will be opened.

  1. Enter the column name and type, and by default allow null option will be enabled if you try to add new column into exisiting table.

  2. Once you click Add button, your column will showing in table, but it wont be created in database actually.

  3. To update on database you need to click Migrate options, which actually created or modifies your table

Last updated