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