type: string
unique: true
length: 254
- pseudonym:
- type: string
- length: 32
forename:
type: string
length: 32
type: boolean
options:
default: true
+ disabled:
+ type: boolean
+ options:
+ default: false
created:
type: datetime
updated:
#see if usefull: https://stackoverflow.com/questions/34523699/how-to-extend-doctrine-entity-in-another-bundle
# joinTable:
# name: groups_users
+ lifecycleCallbacks:
+ preUpdate: ['preUpdate']