X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/680d677e18cf452174ae266f81a2856c5bd5b322..db2f3ff5c898a3bbe86b42f481b680967c05dc7f:/Resources/config/doctrine/User.orm.yml diff --git a/Resources/config/doctrine/User.orm.yml b/Resources/config/doctrine/User.orm.yml index 7d51e1c..deec537 100644 --- a/Resources/config/doctrine/User.orm.yml +++ b/Resources/config/doctrine/User.orm.yml @@ -24,6 +24,11 @@ Rapsys\UserBundle\Entity\User: password: type: string length: 60 + slug: + type: string + unique: true + length: 32 + nullable: true active: type: boolean options: