> 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/new.md).

# NEW

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

* **up**: will be use in the migration to create the table you fill in the `"table"`.
* **down**: is the reverse of the `"up"` option which will drop the table in the database. In this case we just leave the down data to `"" => ""` because the migrator already know that when using the `NEW` instance the reverse is always to drop the table that you specify.

![](https://user-images.githubusercontent.com/37282871/197661526-7bc4abcb-4a67-4895-8bc3-f6d174af9351.png)
