Skip to content

Commit

Permalink
test XML export, the field options
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Dec 8, 2014
1 parent 1cc42d6 commit 2c0dc13
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
<generator strategy="AUTO"/>
</id>

<field name="name" column="name" type="string" length="50" nullable="true" unique="true" />
<field name="name" column="name" type="string" length="50" nullable="true" unique="true">
<options>
<option name="comment">Field comment.</option>
</options>
</field>

<field name="email" column="user_email" type="string" column-definition="CHAR(32) NOT NULL" />

<one-to-one field="address" target-entity="Doctrine\Tests\ORM\Tools\Export\Address" inversed-by="user" orphan-removal="true" fetch="EAGER">
Expand Down

0 comments on commit 2c0dc13

Please sign in to comment.