migrate-new
Create a new empty migration file for database schema changes in the specified directory. This tool helps manage database evolution by generating migration files that can be applied to update database structures.
Instructions
Create a new empty migration file in the migration directory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirUrl | Yes | URL to migration directory (required) | |
| name | No | Name for the new migration file | |
| edit | No | Open editor to modify the file |