set_migrations_directory
Define a custom directory for storing and reading migration files. If no path is provided, defaults to 'pb_migrations' in the current working directory.
Instructions
Set the directory where migration files will be created and read from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customPath | No | Custom path for migrations. If not provided, defaults to "pb_migrations" in the current working directory. |