2

I want to rollback to previous stage. I Google and found this command

phinx breakpoint -e development

But it is not working.

Dharman
  • 30,962
  • 25
  • 85
  • 135
hamza
  • 58
  • 1
  • 7

1 Answers1

2

Phinx have this rollback command.

phinx rollback -e development

You can get further details from documentation.Phinx rollback

DavidW
  • 29,336
  • 6
  • 55
  • 86
Abdullah Shoaib
  • 416
  • 1
  • 5
  • 18