The info command displays the status of all migrations without applying any changes.
Information provided:
Version | Description | State
-----------|------------------|----------
1 | Initial schema | Success
1.1 | Add user email | Success
2 | Create orders | Pending
Usage: flyway info - Essential for understanding migration state before applying changes.