Run migrations (DESTRUCTIVE)
run_migrationRun database migrations (up/down) via the native php bin/migrate runner. Requires confirm:true to execute destructive operations; without it, nothing is executed.
Instructions
Runs framework migrations (up/down) through the native runner php bin/migrate. DESTRUCTIVE OPERATION: requires an explicit confirm: true. Without that flag nothing is executed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| direction | Yes | ||
| migrationName | No |