makeMigration
Creates a new migration file. Accepts migration name, table name, and a create flag to generate the migration.
Instructions
Create a new migration file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Migration name (e.g. 'create_posts_table') | |
| table | No | Table name for create/update operations | |
| create | No | Create the table |