Commit f8df6217 authored by beberlei's avatar beberlei

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

[2.0] DDC-278 - Add missing "columnDefinition" attribute to field tag of XML Schema for Doctrine Mapping.
parent 60d00a63
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
<xs:attribute name="unique" type="xs:boolean" default="false" /> <xs:attribute name="unique" type="xs:boolean" default="false" />
<xs:attribute name="nullable" type="xs:boolean" default="false" /> <xs:attribute name="nullable" type="xs:boolean" default="false" />
<xs:attribute name="version" type="xs:boolean" /> <xs:attribute name="version" type="xs:boolean" />
<xs:attribute name="columnDefinition" type="xs:string" />
</xs:complexType> </xs:complexType>
<xs:complexType name="discriminator-column"> <xs:complexType name="discriminator-column">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment