mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3277: Yaml convert-mapping bug #4056
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 (Aug 27, 2014).
Jira issue originally created by user Kilrogg:
I use yaml mapping in my project for better migration management. For example, I use
To make yml entites for my User module. In my yml I have smth like this:
I can write a comment to column
And when I perform migration comment disappears. Here https://github.com/doctrine/migrations/issues/184 I was adviced to use such construction:
And It works! But convert-mapping generates wrong code. Does anyone know any way to generate a correct one with convert-mapping?