2012-07-31 22:20:21 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<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
|
2018-11-12 11:29:32 +01:00
|
|
|
https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
|
|
|
|
|
2012-07-31 22:20:21 -03:00
|
|
|
<entity name="Doctrine\Tests\Models\Company\CompanyFixContract">
|
|
|
|
|
|
|
|
|
|
|
|
<field name="fixPrice" column="fixPrice" type="integer"/>
|
|
|
|
|
|
|
|
<!-- Other mappings -->
|
|
|
|
</entity>
|
|
|
|
|
|
|
|
</doctrine-mapping>
|