Project structure: migrations/ΒΆ

All database migrations created using API Console as well as hasura migration create are stored as yaml and sql files in this directory.

Read more about migrations and the files here.

# files in this directory:
[version]_[name].up.sql
[version]_[name].up.yaml
[version]_[name].down.sql
[version]_[name].down.yaml