File tree 2 files changed +11
-0
lines changed 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,11 @@ already installed:
225
225
226
226
$ php bin/console make:migration
227
227
228
+ .. tip ::
229
+
230
+ Starting in `MakerBundle `_: v1.56.0 - Passing ``--formatted `` to ``make:migration ``
231
+ generates a nice and tidy migration file.
232
+
228
233
If everything worked, you should see something like this:
229
234
230
235
.. code-block :: text
@@ -909,3 +914,4 @@ Learn more
909
914
.. _`PDO` : https://www.php.net/pdo
910
915
.. _`available Doctrine extensions` : https://github.com/doctrine-extensions/DoctrineExtensions
911
916
.. _`StofDoctrineExtensionsBundle` : https://github.com/stof/StofDoctrineExtensionsBundle
917
+ .. _`MakerBundle` : https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
Original file line number Diff line number Diff line change @@ -245,6 +245,11 @@ to create the tables by :ref:`creating and running a migration <doctrine-creatin
245
245
$ php bin/console make:migration
246
246
$ php bin/console doctrine:migrations:migrate
247
247
248
+ .. tip ::
249
+
250
+ Starting in `MakerBundle `_: v1.56.0 - Passing ``--formatted `` to ``make:migration ``
251
+ generates a nice and tidy migration file.
252
+
248
253
.. _where-do-users-come-from-user-providers :
249
254
.. _security-user-providers :
250
255
You can’t perform that action at this time.
0 commit comments