> For the complete documentation index, see [llms.txt](https://sprnva.gitbook.io/sprnva-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sprnva.gitbook.io/sprnva-docs/migration/instances/drop.md).

# DROP

The example below is the drop instance which will drop a table that you fill in the `"table" => ""` line.

* **up**: as you can see in the example below the up is set to `"" => ""` it is because the migrator already knows what to do and it's job is to drop the table that you fill in the `"table"` line.
* **down**: is the reverse of the `"up"`. In this instance this should be creating the table that we drop beacause once again it's the reverse of the **up**.

![](https://user-images.githubusercontent.com/37282871/197662009-3a6b6170-a15f-4f72-a96f-cce1e5258ab3.png)
