Skip to content

Commit 2d2cda4

Browse files
linuxprocessjaviereguiluz
authored andcommitted
Update reverse_engineering.rst
Precision for making it clear that "make:entity" does not permit to reverse-engineer a database to an entity
1 parent cb0b5ba commit 2d2cda4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doctrine/reverse_engineering.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ How to Generate Entities from an Existing Database
99
The ``doctrine:mapping:import`` command used to generate Doctrine entities
1010
from existing databases was deprecated by Doctrine in 2019 and it's no
1111
longer recommended to use it.
12+
13+
As of march,2023 there is no replacement.
1214

1315
Instead, you can use the ``make:entity`` command from `Symfony Maker Bundle`_
1416
to quickly generate the Doctrine entities of your application.
17+
But it does not permit generating entities from existing database.
1518

1619
.. _`Symfony Maker Bundle`: https://symfony.com/bundles/SymfonyMakerBundle/current/index.html

0 commit comments

Comments
 (0)