X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/680d677e18cf452174ae266f81a2856c5bd5b322..49d823e99f9815fca231b76aceef894531e7b42c:/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