From: Raphaƫl Gertz Date: Mon, 23 Aug 2021 07:28:58 +0000 (+0200) Subject: Add slug X-Git-Tag: 0.2.0~34 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/88156f960e7fe0e6dd9c5c689aea46e63845029b Add slug --- 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: