description

abstract var description: String

The human-readable description of this migration step.

This description is used in progress reporting and logging to help identify which step is currently executing. It should be concise but descriptive enough to understand the step's purpose.

Examples:

  • "Initialize database schema"

  • "Migrate user preferences to new format"

  • "Clean up temporary files"