Hello
I can not have the id fields in the right order
Example : https://dl.dropboxusercontent.com/u/72710892/id-order-invalid.skipper
In Graph entity we should have :
Acme\Bundle\DemoBundle\Entity\Graph:
type: entity
table: Graph
id:
house:
...
label:
...
dog:
...
But "label" is always generated on top instead of 2nd
Cheers
Damien