mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-639: Schema info included in output SQL #789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jun 15, 2010).
Jira issue originally created by user ss10sb:
Schema information isn't included into the generated SQL from ORM. I think I found a way to make it show up if it is included in the entity, if I missed the 'real' way to generate it, feel free to disregard this (and let me know ;)).