1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

[2.0] DDC-278 - Add missing "columnDefinition" attribute to field tag of XML Schema for Doctrine Mapping.

This commit is contained in:
beberlei 2010-01-27 18:10:29 +00:00
parent 60d00a63b3
commit f8df621751

View file

@ -123,6 +123,7 @@
<xs:attribute name="unique" type="xs:boolean" default="false" />
<xs:attribute name="nullable" type="xs:boolean" default="false" />
<xs:attribute name="version" type="xs:boolean" />
<xs:attribute name="columnDefinition" type="xs:string" />
</xs:complexType>
<xs:complexType name="discriminator-column">