# Add a New Column

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.

<figure><img src="https://3583334649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdrfsCZXcXll5UVMF1xCv%2Fuploads%2FCoWOHbcbDHPXystQpYbs%2FScreenshot%202024-05-15%20at%2021.54.33.png?alt=media&#x26;token=3e65872a-940c-4185-86c8-ee9d6d13b8e0" alt=""><figcaption><p>Location of "Add New Column"</p></figcaption></figure>

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

<figure><img src="https://3583334649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdrfsCZXcXll5UVMF1xCv%2Fuploads%2FJpX7Q2dUQD0iMZj7Tjha%2FScreenshot%202024-05-15%20at%2021.56.49.png?alt=media&#x26;token=8ce49703-7393-4c83-9069-615ab36f02c4" alt=""><figcaption><p>Add Column Popup</p></figcaption></figure>

3. 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.&#x20;
4. Once you click the **Add** button, your column will appear in the table, but it won't actually be created in the database.
5. To update the database, you need to click **Migrate,** which will create or modify the table accordingly in the database.
