X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/680d677e18cf452174ae266f81a2856c5bd5b322..4d179d12db7cad65f5dc866becda2c0c18bdc0a9:/Resources/config/doctrine/User.orm.yml diff --git a/Resources/config/doctrine/User.orm.yml b/Resources/config/doctrine/User.orm.yml index 7d51e1c..346fdbb 100644 --- a/Resources/config/doctrine/User.orm.yml +++ b/Resources/config/doctrine/User.orm.yml @@ -12,15 +12,14 @@ Rapsys\UserBundle\Entity\User: 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