Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / xml / Doctrine.Tests.Models.DDC964.DDC964Guest.dcm.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping"
3       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4       xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping
5                           http://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
6          
7     <entity name="Doctrine\Tests\Models\DDC964\DDC964Guest">
8         <attribute-overrides>
9             <attribute-override name="id">
10                 <field column="guest_id" length="140"/>
11             </attribute-override>
12             <attribute-override name="name">
13                 <field column="guest_name" type="string" length="240" nullable="false" unique="true" />
14             </attribute-override>
15         </attribute-overrides>
16     </entity>
17         
18 </doctrine-mapping>