Details
Description
Hi,
XML schema is missing change-tracking-policy element:
<entity name="Doctrine\Tests\Models\ECommerce\ECommerceCart" table="ecommerce_carts"> <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy> <field name="payment" type="string" column="payment" length="50" precision="0" scale="0"/>
Thank you
We changed how the XML Driver allows to define the change-tracking-policy for better validation. The working case is now:
<entity change-tracking-policy="DEFERRED_IMPLICT" />Its included in the XSD Schema now.