Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.Models.DDC964.DDC964Guest.dcm.yml
1 Doctrine\Tests\Models\DDC964\DDC964Guest:
2   type: entity
3   attributeOverride:
4     id:
5       column: guest_id
6       type: integer
7       length: 140
8     name:
9       column: guest_name
10       type: string
11       length: 240
12       nullable: false
13       unique: true