2012-02-02 06:57:39 +04: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
|
|
|
|
http://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
|
|
|
|
|
|
|
|
<entity name="Doctrine\Tests\Models\DDC964\DDC964Guest">
|
2012-04-14 09:10:44 +04:00
|
|
|
<attribute-overrides>
|
|
|
|
<attribute-override name="id">
|
|
|
|
<field column="guest_id" length="140"/>
|
|
|
|
</attribute-override>
|
|
|
|
<attribute-override name="name">
|
|
|
|
<field column="guest_name" type="string" length="240" nullable="false" unique="true" />
|
|
|
|
</attribute-override>
|
|
|
|
</attribute-overrides>
|
2012-02-02 06:57:39 +04:00
|
|
|
</entity>
|
|
|
|
|
|
|
|
</doctrine-mapping>
|