yii2 rollback last migration

To rollback the last migration in Yii2, you can use the following command:

php yii migrate/down

This command will revert the last migration that was applied.