[2.0] DDC-278 - Add missing "columnDefinition" attribute to field tag of XML Schema for Doctrine Mapping.
This commit is contained in:
parent
60d00a63b3
commit
f8df621751
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue