Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tests / Doctrine / Tests / ORM / Mapping / yaml / Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.yml
1 Doctrine\Tests\ORM\Mapping\DDC1170Entity:
2   type: entity
3   id:
4     id: 
5       columnDefinition: INT unsigned NOT NULL
6       generator:
7         strategy: NONE
8   fields:
9     value:
10       columnDefinition: VARCHAR(255) NOT NULL