Is there a PHP equivalent of Rails migrations?

Viewed 7614

Is there a PHP equivalent of Rails migrations?

Looking for a good solution for configuring schema changes locally and then automatically bumping them to the server without losing data.

5 Answers
Related