Applying Migrations
Learn how to use the `atlas migrate apply` command to apply versioned schema migrations to your database. This page covers the full workflow for managing, validating, and deploying database schema migrations with Atlas.
Learn how to use the `atlas migrate apply` command to apply versioned schema migrations to your database. This page covers the full workflow for managing, validating, and deploying database schema migrations with Atlas.
Deploying without Atlas Cloud
In some cases, applying a migration may fail. This document aims to provide
Atlas supports the concept of pre-migration checks, where each migration version can include a list of assertions
In our previous sqlc guide, we saw how we can use Atlas to handle the schema