Skip to main content

2 docs tagged with "data migrations"

View all tags

Testing Data Migrations

Most commonly, migrations deal with schema changes, such as adding or removing columns, creating tables, or altering constraints.

Testing Migrations

The atlas migrate test command allows you to write tests for your schema migrations. This feature