<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
                   https://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd">

   <entity name="Doctrine\Migrations\Tests\Provider\B" table="b">
       <id name="id" type="integer" column="id">
           <generator strategy="AUTO" />
       </id>
   </entity>

</doctrine-mapping>
