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