]> Raphaƫl G. Git Repositories - userbundle/blob - Resources/config/doctrine/Title.orm.yml
Add rapsys_user translate, locales and languages config keys
[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 title:
12 type: string
13 length: 16
14 created:
15 type: datetime
16 updated:
17 type: datetime
18 # oneToMany:
19 # users:
20 # targetEntity: User
21 # mappedBy: title