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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -