Is there a differences between the Symfony console command make:migration
and doctrine:migrations:diff
?
There is no difference between these two commands.
make:migration
is simply a Symfony provided wrapper for the Doctrine command.
You can run either to the exact same effect. But the symfony one requires that you have the Symfony Maker bundle, which otherwise it not required.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With