]> Raphaƫl G. Git Repositories - userbundle/blob - Resources/config/doctrine/Title.orm.yml
First version
[userbundle] / Resources / config / doctrine / Title.orm.yml
1 Rapsys\UserBundle\Entity\Title:
2 type: mappedSuperclass
3 id:
4 id:
5 type: integer
6 generator:
7 strategy: AUTO
8 options:
9 unsigned: true
10 fields:
11 short:
12 type: string
13 length: 4
14 title:
15 type: string
16 length: 16
17 created:
18 type: datetime
19 updated:
20 type: datetime
21 # oneToMany:
22 # users:
23 # targetEntity: User
24 # mappedBy: title