Failed to create migration classes from difference (Zend Framework 1.10 + Doctrine 1.2.2)

I am trying to do a database migration from the command line using "php doctrine generate-migrations-diff", it just gives me an error:

"Failed to create migration classes from difference"

Does anyone have the same problem?

I am using Zend Framework + Doctrine 1.2.2

Thank.

+3
source share
1 answer

This means that there is no difference between yaml files and your models. It's fine.

+1
source

Source: https://habr.com/ru/post/1740760/


All Articles