Run migrations (DESTRUCTIVE)
run_migrationRun CodeIgniter database migrations. Specify direction (up/down) and optional migration name to execute schema changes.
Instructions
Runs framework migrations (up/down) through the project's native migration runner (spec: php bin/migrate; ci4: php spark 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 |