0 votes

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")
in Solved by (1.4k points)
edited by

Implemented. Feature will be available in the next release.

1 Answer

0 votes
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

by Skipper developer (141k points)
selected by