[Solved] Support for "options" Doctrine2 attribute

0 votes
asked Mar 11, 2013 in Solved by Email support (1,420 points)
edited Mar 25, 2013 by ludek.vodicka

ORM Designer doesn't support Doctrine2 annotation @options now.

When this definition is imported:

* @ORM\Column(name="name", type="string", length=255, nullable=false, options={
*          "comment": "comment"})

@options value is lost:

@ORM\Column(type="string", length=255, nullable=false, name="name")
commented Mar 11, 2013 by ludek.vodicka Skipper developer (140,450 points)

Implemented. Feature will be available in the next release.

1 Answer

0 votes
answered Mar 13, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

New version 2.1.10.697 with this feature/bugfix was released.
Please download latest version here http://www.orm-designer.com/download-orm-designer

...