# Deleting a Column

Here are the steps for deleting column:

1. Go to the **Properties** tab inside table.

<figure><img src="/files/mUus33LvOUBVgJPMFRSH" alt=""><figcaption><p>Deleting Column Button Location</p></figcaption></figure>

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

<figure><img src="/files/mfFXNBIr36kgBdqp4k9K" alt=""><figcaption><p>Delete Column Confirmtion Popover</p></figcaption></figure>

3. A confirmation popover appears. If the **Delete** button is clicked in the confirmation popover, the column will be deleted
4. Column will be removed, but it won't be deleted from the actual table.
5. To remove the column from the real database, you need to click **Migrate Changes**.
6. Once migrated, the column will be successfully removed from the real database.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fireapis.com/the-basics/tables/deleting-a-column.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
