# Migration

- [Blank](https://eucalypt.gitbook.io/eucalypt/cli/migration/blank.md): Creates a blank migration.
- [Types](https://eucalypt.gitbook.io/eucalypt/cli/migration/types.md): Display permitted column types.
- [Create](https://eucalypt.gitbook.io/eucalypt/cli/migration/create.md): Create tables.
- [Table](https://eucalypt.gitbook.io/eucalypt/cli/migration/create/table.md): Creates a table.
- [Add](https://eucalypt.gitbook.io/eucalypt/cli/migration/add.md): Add indexes and columns to a table.
- [Index](https://eucalypt.gitbook.io/eucalypt/cli/migration/add/index.md): Adds an index to a table.
- [Column](https://eucalypt.gitbook.io/eucalypt/cli/migration/add/column.md): Adds a column to a table.
- [Drop](https://eucalypt.gitbook.io/eucalypt/cli/migration/drop.md): Drop tables, columns and indexes.
- [Table](https://eucalypt.gitbook.io/eucalypt/cli/migration/drop/table.md): Removes a table.
- [Index](https://eucalypt.gitbook.io/eucalypt/cli/migration/drop/index.md): Removes an index from a table.
- [Column](https://eucalypt.gitbook.io/eucalypt/cli/migration/drop/column.md): Removes a column from a table.
- [Rename](https://eucalypt.gitbook.io/eucalypt/cli/migration/rename.md): Rename tables, columns and indexes.
- [Table](https://eucalypt.gitbook.io/eucalypt/cli/migration/rename/table.md): Renames a table.
- [Index](https://eucalypt.gitbook.io/eucalypt/cli/migration/rename/index.md): Renames an index.
- [Column](https://eucalypt.gitbook.io/eucalypt/cli/migration/rename/column.md): Renames a column.
- [Change](https://eucalypt.gitbook.io/eucalypt/cli/migration/change.md): Change column definitions.
- [Column](https://eucalypt.gitbook.io/eucalypt/cli/migration/change/column.md): Changes a column's type definition.


---

# 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://eucalypt.gitbook.io/eucalypt/cli/migration.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.
