php - Where is generated MySQL Schema located in directory structure with Doctrine? -


i trying learn doctrine orm association mapping in symfony using following reference:

http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/association-mapping.html

i assume mysql schema generated after executing entity. there clue located?

i think in general setup, not stored. why use doctrinemigrationsbundle in projects.

after installation, every migration stored in migrations_directory , see generated sql migrate , undo.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -