]> Raphaël G. Git Repositories - userbundle/commitdiff
Makes forename and surname nullable
authorRaphaël Gertz <git@rapsys.eu>
Wed, 15 Sep 2021 15:02:29 +0000 (17:02 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 15 Sep 2021 15:02:29 +0000 (17:02 +0200)
Resources/config/doctrine/User.orm.yml

index e0d926375d6d4d742d6e79d15ac4e18a1a21f99c..346fdbbe0d04a72b4725185d53dee9183056bbb4 100644 (file)
@@ -15,9 +15,11 @@ Rapsys\UserBundle\Entity\User:
         forename:
             type: string
             length: 32
+            nullable: true
         surname:
             type: string
             length: 32
+            nullable: true
         password:
             type: string
             length: 60