Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ database for you:

.. code-block:: terminal

$ php bin/console doctrine:database:create
$ php bin/console doctrine:database:create db_name
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The doctrine:database:create command doesn't have arguments. What makes you think this change is necessary?


There are more options in ``config/packages/doctrine.yaml`` that you can configure,
including your ``server_version`` (e.g. 8.0.37 if you're using MySQL 8.0.37), which may
Expand Down