How to generate a database from Symfony's existing code through command line ?
we have an existing code with us we need to do a type of reverse engineering to generate the database tables related to that code we have tried commands like:
php app/console doctrine:schema:update --force
We are new to Symfony....!