Framework
MigrationResult
Result of running a single migration.
| Property | Type | Description |
|---|
durationMs | number | Duration in milliseconds |
error? | string | Error message if failed |
name | string | Migration name |
rollbackAttempted? | boolean | Whether rollback was attempted |
status | "failed" | "success" | "skipped" | Outcome status |