]>
Raphaƫl G. Git Repositories - userbundle/blobdiff - Resources/config/doctrine/User.orm.yml
forename:
type: string
length: 32
+ nullable: true
surname:
type: string
length: 32
+ nullable: true
password:
type: string
length: 60
type: boolean
options:
default: true
- disabled:
+ enable:
type: boolean
options:
- default: false
+ default: true
created:
type: datetime
updated: