[Closed] Column name annotation not generated on export

0 votes
asked Mar 23, 2016 in Solved by PaddyLock (310 points)
recategorized May 28, 2016 by ludek.vodicka

I have created a new field on an existing entity, and have given it a column name. When I export the entity property is created but it does not have any annotations.

/**
 * 
 */
 private $postage;

I am using Symfony2 and Doctrine2. Skipper version is 3.2.6.1309

commented Mar 23, 2016 by ludek.vodicka Skipper developer (140,450 points)

It's strange. All issues you're reporting should work fine (and I tested it here and without problems). Can you please share project and php files where is possible to reproduce this issue?

commented May 28, 2016 by ludek.vodicka Skipper developer (140,450 points)

Closed because of lack of information

Please log in or register to answer this question.

...