Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.Models.DDC869.DDC869Payment.dcm.yml
1 Doctrine\Tests\Models\DDC869\DDC869Payment:
2   type: mappedSuperclass
3   repositoryClass : Doctrine\Tests\Models\DDC869\DDC869PaymentRepository
4   id:
5     id: 
6       type: integer
7       unsigned: true
8       generator:
9         strategy: AUTO
10   fields:
11     value:
12       type: float