]>
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
password:
type: string
length: 60
- slug:
- type: string
- unique: true
- length: 32
- nullable: true
active:
type: boolean
options: