This guide explains how to use Ruby on Rails migrations to manage your database schema while using Hasura GraphQL Engine.
- A running Hasura instance connected to your PostgreSQL database
- A working Ruby on Rails project
- Rails migrations enabled in your app (default in most Rails apps)
You can create a new migration as usual with Rails:
rails generate migration AddUsersTable