Rajout de doctrine/orm
[zf2.biz/galerie.git] / vendor / doctrine / orm / tools / sandbox / yaml / Entities.Address.dcm.yml
1 Entities\Address:
2   type: entity
3   table: addresses
4   id:
5     id:
6       type: integer
7       generator:
8         strategy: AUTO
9   fields:
10     street:
11       type: string
12       length: 255
13   oneToOne:
14     user:
15       targetEntity: User
16       mappedBy: address