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